table.schedule { 
    margin: 0px 2px 0px -3px; 
    color: #fff;  
}    
table.schedule th {
    background-color: #C40B01;
    color: #fff;
    border-bottom: solid 1px #C40B01;
}   
table.schedule td {
    text-align: center;
    padding: 3px 0px;
}

table.schedule td.ledge {
    border-left: 1px solid #C40B01;
}

table.schedule td.redge {
    border-right: 1px solid #C40B01;
}

table.schedule h1 {
    text-align: center;   
} 

#secondary {
    background-color: #3C4661;
}

#roundSchedule, #roundScheduleBottom {
    border-style: none;
}   

#homeIce {
    color: #fff;
    margin: 0px 5px;
    text-align: center;
}

#homeIce h1 {
    font-size: 26px;
}

#homeIce table {
    width: 500px;
    margin: 0px auto 20px auto;
}

#homeIce table td {
    padding-left: 5px;
    text-align: left;
    border: 1px solid #3C4661;
    border-top-style: none;
}  

#homeIce table th {  
    border: 1px solid #3C4661;
    border-top-style: none;
    border-bottom-style: none;
}  

#homeIce table #tableHeader {
    border-style: none;
}

#tableHeader div {
    border: 1px solid #3C4661;
}

td.rinkInfo {
    background-color: #3C4661;
    vertical-align: top;
}

td.rinkInfo a {
    color: yellow;
    line-height: 25px;
}

td.rinkInfo div.address {
    margin: 5px 3px 15px 3px;
}

td.imgSmaller {
    border-style: none;
}

td.imgSmaller img {
    width: 300px;
}
