.schedule-opponent {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5rem;
}

.schedule-location, .webcast {
    font-size: 1.2rem;
}

.schedule-outcome{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.overall-record {
    width: 100%;
    text-align: center;
    color: #4d021b;
    font-weight: bold;
    font-size: 0.85rem;
}

.overall-record-wl {
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
}

.volleyball-game-outcome {
    font-weight: bold;
    font-size: 2rem;
    font-style: italic
}

.opponent-logo {
    max-width: 95px;
    max-height: 85px;
    padding: 10px 0;
}

.tournament-header {
    background-color: #4d021b;
}

.tournament-name {
    color: white;
}

.tournament-footer {
    background-color: #4d021b;
    height: .5rem;
}

.game-row {
    border-bottom: 1px solid #ccc;
    min-height: 95px;
}

.game-row:nth-child(even) {
    background: #f2f2f2;
}

.tab-pane {
    color: black;
}

#table-headers {
    color: white;
}

label {
    color: black;
}

th {
    color: black;
}

#session option {
    font-size: 5px;
}

#exhibition, #conference {
    margin-left: 1px;
}

#exhibitionLabel, #conferenceLabel {
    padding-left: 20px;
}

#addRow {
    margin-right: 10px;
}

#btnSubmit {
    margin-right: 10px;
}

#btnBack {
    margin-right: 10px;
}

#deleteRow {
    margin-top: 30px;
}

#addSet {
    margin-top: 5px;
    margin-bottom: 5px;
}

#deleteSet {
    margin-top: 30px;
}

.input-group td {
    color: black;
}

#games {
    padding-top: 15px;
}

.gameRow {
    padding-bottom: 0.5rem;
    padding-top: .3rem;
    border-bottom: 1px solid #ccc;
}

.gameRow:nth-of-type(even) {
    background-color: #f2f2f2;
}

.gameRow label {
    margin-bottom: 0.1rem;
    margin-top: .2rem;
}

.gameRow .col-md-2 {
    padding-right: 5px;
    padding-left: 5px;
}

.errors {
    color: red;
}

.setRow {
    background-color: lightgrey;
}

.tournamentRow {
    background-color: lightgrey;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tournamentRow img{
    max-width: 5rem;
    height: auto;
}

#btnAddRow {
    margin-right: 10px;
}

#btnSubmit {
    margin-right: 10px;
}

#btnDelete {
    margin-top: 30px;
}

.schedule-logo-img {
    width: 100%;
}

.teamRow {
    background-color: lightgrey;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.upcoming-games {
    overflow: hidden; /* Keeps slick slide from showing due to negative left margin*/
}

.upcoming-games .slick-slide {
    margin-left: 15px;
}

.upcoming-games .slick-list {
    margin-left: -15px;
}

.upcoming-game {
    background-color: #222;
}

.upcoming-game p:not(:first-child) {
    font-size: 0.9rem;
    line-height: 1rem;
    height: 3.1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

@media (max-width: 480px) {
    .upcoming-game p:nth-child(2) {
        height: 4.1rem;
    }
}


.upcoming-game-logo {
    background-color: #2b2b2b;
    position: relative;
    z-index: 1;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upcoming-game-logo img {
    width: 40% !important;
    margin-bottom: -5px;
    max-height: 90px;
}

.upcoming-game div:last-child img {
    height: 18px;
}

.upcoming-game-logo:after {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(4.5deg);
    transform-origin: 0%;
    z-index: -1;
}

.no-games-to-show {
    padding: 1rem;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
}

.middle-tournament-border {
    border-color: #4d021b !important;
    border-style: solid;
    border-width: 0 5px 0 5px !important;
}

.bottom-tournament-border {
    border-color: #4d021b !important;
    border-style: solid;
    border-width: 0 5px 5px 5px !important;
}

.slick-prev {
    left: 10px !important;
    top: 8.5rem !important;
}

.slick-next {
    right: 10px !important;
    top: 8.5rem !important;
}

.slick-dots {
    position: relative !important;
    bottom: auto !important;
}

.webcast-link:focus {
    border: 3px solid gray;
    outline: 0;
}
