@charset "UTF-8";

.info li a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 15px;
	display:block;
	background: rgba(0,68,123,0.5);
	
}



.info li {
	width: 100%;
}

.info li a:hover, .info li a:active, .info li a:focus {
	background: rgba(0,68,123,1.0); 
}

.program img.thumb {
	max-width:100%;
	height: auto;
}
