/*
Theme Name: Space Center Houston
Theme URI: http://spacecenter.org
Description: A custom theme devloped for Space Center Houston by FKM & Cremalab.
Author: Cremalab
Author URI: http://cremalab.com
Version: 1.0
*/

.header__table{
	line-height: 1.5;
}



#nav__menu__hours {
    margin-left: 195px;
    position: absolute;
    font-size: 13px;
    text-transform: none;
    opacity: 0.6;
    margin-top: 10px;
    letter-spacing: 0;
}
#nav__menu__hours > a{
float: left;
margin-left: 0px!important;
font-size: 12px;
}


@media(max-width: 1300px){
#nav__menu__hours{
display:none;
}
}

.hours__table > tbody{
text-transform: capitalize;
}
.hours__table > tbody > tr >td:last-child{
text-transform: lowercase;
}