/*
Theme Name:     Marble Hills Law School
Description:    Child theme for the Lambda WP Theme
Author:         Digitalnomaden
Author URI:     http://digitalnomaden.de
Template:       lambda
Version:        1.0
*/

.menu {
    background: none repeat scroll 0 0 #B71639;
    color: #fff;
}



.btn-center {
	margin: 0 auto;
	display: table;
}

.color-invers {
	background-color: #3399CC;	
	padding: 5px 100px;
	color: #FFFFFF;
	margin: 0 auto;
	display: table;
	border-radius: 4px ;
	-moz-border-radius: 4px ;
	-webkit-border-radius: 4px;
}

.mhs-timetable { 
	font-family: Libre Baskerville, sans-serif;
	font-weight: 300;
	font-size: 11px; 
	width: 100% !important;	
	margin: 0 auto;
	margin-top: 2em !important;
	margin-bottom: 0em !important;
	
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
			box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);

}

.mhs-timetable th, .mhs-timetable td { 
	padding: 10px !important;
}

.mhs-timetable tbody tr:first-child td {
/*	-webkit-box-shadow: inset 0px 4px 4px -2px rgba(0,0,0,0.75);
	   -moz-box-shadow: inset 0px 4px 4px -2px rgba(0,0,0,0.75);
			box-shadow: inset 0px 4px 4px -2px rgba(0,0,0,0.75);*/
}

.mhs-timetable thead th {
	background-color: rgba(160,11,62,1) !important;
	color: #ffffff;
	font-weight: 500;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mhs-timetable .odd td {
	background-color: rgba(160,11,62,.1) !important;
 }





 .mhs-timetable th:not(.column-1), .mhs-timetable td:not(.column-1) {	
 	width: calc(90% / 5);
 	text-align: center;

 }	

	
