@charset "UTF-8";
/* CSS Document */


body {

font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 400;
color: #1a2d51;
width: 100%;
height: 100%;
background:none;
}


.hourContain{
float: left;
margin-top: 2em;
 
width: 435px;
}

#hour {
list-style-type: none;
padding-left: 0px;
margin-left: 0px;
line-height: 1.6em;
}


.hourContain strong {
font-size: 14px;
}