/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
   
@media only screen and (max-width: 728px) {
	.pasMobile {
		display: none;
	}
	
}
@media only screen and (min-width: 728px) {
	.pourMobile {
		display: none;
	}
			
}

   
td {
	border: solid 1px #ababab;
	vertical-align: middle;
}
.Top td{
	text-align: center;
	vertical-align: middle;
	background-color: #b71234;
	border: solid 1px #ffffff;
	color: #ffffff;
}
td.Col2 {
	vertical-align: middle;
	font-family: arial;
	font-weight: bold;
	background-color: #f1f1f1;
	line-height: 1.1em;
	text-align: center;
	color: #b71234;
}
td.Col3 {
	vertical-align: middle;
	font-family: arial;
	font-weight: bold;
	background-color: #e0e0e0;
	line-height: 1.1em;
	text-align: center;
	color: #b71234;
}
td.Col4 {
	vertical-align: middle;
	font-family: arial;
	font-weight: bold;
	background-color: #cecece;
	line-height: 1.1em;
	text-align: center;
	color: #b71234;
}