body { 
	font-weight: bold;
	font-family: '¸¼Àº °íµñ', 'Malgun Gothic', 'Apple SD Gothic Neo', 'Nanum Gothic', 'µ¸¿ò', dotum, sans-serif;
}
.sell {
	position: relative;
	border: 3px solid #d2d2d2; 
	width: 130px  ;
	height: 100px !important;
	float: left; 
	margin: 0 2px 10px;
} 
.sell .time {
	background-color: #f8f8f8;
	width: 100%;
	height: 27px;
	font-size: 17px;
	color: #959494; 
	padding-top:1px;
	text-align: center; 
}
/*
.current-time:before {
	content : '¢º';
}
*/
.current-time {
	color: red !important; 
}
.sell .program {
	padding-top: 2px;
	font-size: 13px;
}
.sell .program .min {
	float: left;
	margin: 0 5px 0 2px;
	color: #e8100e;
}
.sell .program .name {
	margin-left: 25px;
}
.onair { 
	position: absolute;
	display: block;  
	font-size: 0.6em;
	top: 7px;
	left: 10px; 
	color: red; 
}
.onair:after {
	content: '¢º';
}

.host {
	font-size: 0.9em;
	margin-left : 25px; 
	margin-top: 2px;
	font-weight: normal;
}

.letter-spacing-1 {
	letter-spacing: -1px;
}