@charset "utf-8";
/* CSS Document */

.tv-channels{
	float:right;
}

.tv-channels ul{
	list-style:none;
	padding:0;
	margin:0;
}

.tv-channels ul li{
	float:left;
	margin:0 5px;
}

#tvguide{
	clear:both;
}

#tvguide td{
	border: none;
	border-bottom:1px solid #DBDBDB;
	padding:10px;
}

.time{
	color:#57ACAB;
	font-weight:bold;
	text-align:right;
}

.tv-channel-information{
	width:100%;
	clear:both;
	float:left;
}

.tv-channel-logo{
	float:left;
}

.litv-astro-link{
	padding-top:20px;
	float:right;
}

@media (max-width: 767px){
	.litv-astro-link{
		float:left;
		clear:both;
		margin-bottom:20px;
	}
	
	.tv-channels{
		float:left;
	}
	
	.tv-channels ul li{
		margin:0 2px;
	}
}