@import url('https://fonts.googleapis.com/css?family=PT+Sans');
 
.dateLine {
	font-size:36px;
}

.clockBox {
	-webkit-box-shadow: 0px 0px 5px 9px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 5px 9px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 5px 9px rgba(0,0,0,0.16);
	width:560px;
	height:210px;
	border-radius: 5px;
	background-color:#F4F4F4;
	font-family: 'Comfortaa', cursive;
}

.headerBg {
	background-color:#F7F7F7;
}

body {
	background-color:#E5E6E7;
	font-family: 'PT Sans', sans-serif;
}

.bg_blue {
	background-color:#174476;
}

.bg_nearwhite {
	background-color:#FDFDFD;
}

.bg_red {
	background-color:#DA3A40;
}

.row_height {
	height:46px;
}

.timecontainer {
	background-color:#FFF;
	width:550px;
	border-radius: 5px;
    border: 2px solid #C6C6C6;
	//margin-right: auto; 
	//margin-left: auto; 
	padding:10px;

}

a.headermenu:link {
	text-decoration:none; 
	color:#174476;
	text-transform: uppercase;
	font-weight:700;
}

a.headermenu:visited { 
	text-decoration:none; 
	color:#174476;
}

a.headermenu:hover { 
	text-decoration:none; 
	color:#1744DF;
}

.tblrighttop {
	text-align:right;
	vertical-align: central;
}

.tblmiddle {
	vertical-align: central;
	font-size:24px;
	color:#FFF;
	padding-left:45px;
}

.timetablediv {
    position:fixed;
    top:130px;
    //width:100%;
	left:50%;
    z-index:-1;
	
	width:550px;
	height:390px;
}

.fixedHeader {
	position:fixed;
}

.contentcontainer {
	padding-top:130px;
}