﻿.box-score-table {
    border: 1px solid #D8D8D8;
}

    .box-score-table tr:first-child {
        background-color: var(--dark-blue);
        color: white;
    }

    .box-score-table tr {
        border-bottom: 1px solid #D8D8D8;
    }

        .box-score-table tr td:first-child {
            padding-inline: 10px;
        }

        .box-score-table tr:last-child {
            border: none;
        }


    .table-vert-borders tr th {
        padding-inline: 10px;
    }

    .table-vert-borders tr td:not(:first-child) {
        border-left: 1px solid #D8D8D8;
        padding-inline: 10px;
    }

h2,
h3,
p {
    padding: 0 !important;
}

.box-score-title {
    text-align: center;
    margin-top: 50px;
}


.box-score-location {
    text-align: center;
    font-size: 20px;
}

p {
    margin-top: 1rem !important;
}

/* For 2018 and Later in the DB */

.gridbs tr td:not(:first-child) {
    border-left: 1px solid #D8D8D8;
}

.gridbs tr td:not(:first-child) {
    border: 1px solid #D8D8D8;
}

.gridbs {
    border: 1px solid #D8D8D8;
}

    .gridbs tr:first-child {
        background-color: var(--dark-blue);
        color: white;
    }

    .gridbs tr {
        border-bottom: 1px solid #D8D8D8;
    }

        .gridbs tr td:first-child {
            padding-inline: 10px;
        }

        .gridbs tr:last-child {
            border: none;
        }
