a {
    color: #C41230;
    font-weight: bold;
}
a:hover {
    color: #731D1D;
}


#footer {
    text-align: right;
    padding-right: 10px;
}
#footer img {
    max-width: 200px;
}

.sponsorimg {
    height:auto;
    width:100%;
    max-width: 400px;
}

#profileimg {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    float: left;
}

#schedule td {
    vertical-align: middle;
}
#schedule td:nth-child(2) {
    white-space: nowrap;
    width: 10%;
}
#schedule td:nth-child(5) {
    width: 10%;
}
#schedule td:nth-child(1) {
    width: 15%;
    height: 4.5rem;
}
#schedule img {
    max-width: 150px;
    max-height: 3.5rem;
}
tr:target {
    background-color: #FFFFCC;
    border: 3px solid #E74C3C;
}
.table td {
    text-align: left;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 600px) {
    ul {
        list-style-type: none;
        padding-left: 0;
    }
    #schedule img {
        max-width: 100px;
    }
    .table th {
        font-size: 14px;
    }
    .table td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 12px;
        line-height: 16px;
    }
    h1,h2 {
      font-size: 250%;
    }
}
@media screen and (max-width: 432px) {
    #schedule img {
        max-width: 80px;
    }
    /*VIDEO*/
    #schedule td:nth-child(5) {
        width: 5%;
    }
}
