
body {
   padding-bottom: 20px;
   font-family: "Roboto", sans-serif;
}

h1 {
   font-family: "Roboto Slab", serif;
}

#schedule tr>td{
height : 10px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#schedule tbody>tr:nth-child(even)>td, 
#schedule tbody>tr:nth-child(even)>th {
   background-color: #DBDBDB;
 }

#schedule li:nth-child(even) {
   background-color: #DBDBDB;
 }

.detailsched ul li{
list-style-type:none;
}
