body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 325%;
    text-align: left;
    font-weight: 700;
}
h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
#footer {
    text-align: right;
    padding-right: 10px;
}
#footer img {
    max-width: 200px;
}
.panel-title {
    font-weight: bold;
    color: #01067;
    font-size: 200%;
    text-transform: uppercase;
}
td {
    text-align: left;
}
a {
    color: #01067;
}
a:hover {
    color: #731D1D;
}
a[href $='.pdf'] {
    padding-right: 18px;
    background: transparent url(../img/pdf.gif) no-repeat center right;
}
#headerimg {
    padding: 8px;
    border: 1px solid #CCCCCC;
    height:auto;
    width:100%;
}
#sponsorimg {
/*     padding: 8px; */
/*     border: 1px solid #CCCCCC; */
    height:auto;
    width:100%;
}

#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;
}
#schedule td:nth-child(5) {
    width: 10%;
}
#schedule td:nth-child(1) {
    width: 15%;
}
#schedule img {
    max-width: 150px;
}
tr:target {
    background-color: #FFFFCC;
    border: 3px solid #E74C3C;
/*     font-weight: bold; */
}


/* Responsive: Portrait tablets and up */
@media screen and (max-width: 600px) {
    body {
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 14px;
    }
    table, .badge {
        font-size: 75%;
    }
    h1 {
        font-size: 180%;
    }
    .panel-title {
        font-size: 100%;
    }
    .panel-body {
        font-size: 85%;
    }
    #footer {
        text-align: center;
    }
    #schedule img {
        max-width: 80px;
    }
}
@media screen and (max-width: 432px) {
    body {
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .panel-body ul {
        padding-left: 16px;
    }
    #schedule td {
        font-size: 75%;
        padding: 4px;
    }
    #schedule th {
        padding: 4px;
    }
    .table {
        margin: 0px;
    }
    #schedule img {
        max-width: 60px;
    }
    /*VIDEO*/
    #schedule td:nth-child(5) {
        width: 5%;
    }
}
