﻿.classlevel {
    font-size: 18px
}

h1 {
    font-size: 34px;
}

th {
    font-size: 10px;
    padding: 0px;
    font-weight: normal;
    text-align: center;
    background-color: #ccddff
}

.wednesday th {
    background-color: #ffcccc
}

.wednesday td {
    background-color: #ffcccc
}

.tuesday th {
    background-color: #b3ccff
}

th.score {
    font-size: 6px;
    vertical-align: center;
}

td {
    font-size: 11px;
    padding: 0px;
    text-align: center;
    vertical-align: center
}

    td.name {
        text-align: left;
        font-weight: bold;
        background-color: #e6eeff;
        border-right: 1px solid black;
        text-transform: uppercase
    }

.tuesday {
    background-color: #ccddff
}

.wednesday {
    background-color: #ffe6e6
}

td.team {
    border-top-width: 3px;
    border-top-color: black
}

td.teamlogo {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    vertical-align: center
}

td.avg {
    background-color: #ffff99;
    border-right: 1px solid black;
    border-left: 1px solid black
}

td.bank {
    background-color: #ffff99;
    border-right: 1px solid black;
    border-left: 1px solid black
}

td.blank {
    background-color: #ffbf80
}

td.teamscore {
    background-color: #fff2e6;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

td.schedule {
    background-color: #fff2e6;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

td.high {
    color: #dc3545;
    font-weight: bold
}

td.win {
    color: #dc3545;
    font-weight: bold
}

.loss {
    color: black;
    font-weight: bold
}

.winning {
    color: #d6a029;
    font-weight: bold
}

.bnkscr {
    color: #33cc33;
    background-color: #f2f2f2;
    font-weight: bold
}

.s25 {
    color: #dc3545;
    background-color: #f2f2f2;
    font-weight: bold
}

.scr {
    color: black;
    background-color: #f2f2f2;
    font-weight: normal
}

td.teamscoreavg {
    background-color: #fff2e6;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.table {
    padding: 0px
}

.table-smaller th,
.table-smaller td {
    padding: 0.1rem
}

.table-borders {
    border: 1px solid black;
}

    .table-borders th {
        border: 1px solid black;
    }

    .table-borders thead th {
        border: 1px solid black;
    }
