table.schedule {
  border: 1px solid #cccccc;
  padding: 0px;
}
table.schedule td {

  vertical-align: top;
  color: #666;
    border: 1px solid #cccccc;
}
table.schedule tr:hover {
    background-color:transparent;
}
a.button:hover {
  //color:white!important;
}