#schedule-block h3 {
background: #eee;
text-align: center;
border: none;
margin-top: -66px;
width: 400px;
float: right;
color: #000;
text-transform: uppercase;
padding: 0 10px;
border: 1px solid #000;
}

#schedule-block h3:first-child {
float: left;
margin-top: 0;
}

#schedule-block table tr td {
font-weight:bold;
}
#schedule-block table tr td:first-child {
width: 100px;
font-weight:normal;
}
#schedule-block table {
float: left;
width: 400px;
clear: left;
}
#schedule-block table:last-child {
float: right;
width: 420px;
margin-top:-270px
}