#maintbl
{
width:70%;
border:0;
margin-left:auto;
margin-right:auto;
padding:8;
}

.schedule {
    width: 100%;
    border-collapse:  collapse;
}

.schedule tr, .schedule th, .schedule td { 
    padding: 3px;  
    border-width: 1px; 
    border-spacing: 0px; 
    border-style: solid;  
    border-color: black;
}
.schedule ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

p.headlink{
    text-align:center;
}

.divider {
    top: 25px;
    height: 3px;
    width: 100%;
    background-color: #d21034;
    border: none;
}

.sectiontitle {
    width: 100%;
    padding: 10px;
    background-color: #d21034;
    text-color:  white;
    border: none;
}
