body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f0f4f7;
    margin: 0;
    padding: 0;
}

.header-event {
    background-color: #0056b3;
    color: #FFFFFF;
    padding: 12px;
    margin: 0px;
    text-align: center;
    font-weight: 700;
    font-size: 1.6em;
}

.event-details {
    text-align: center;
    padding: 0px;
    color: #efefef;
    font-size: .5em;
}

.head-link {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    font-size: 1em;
}

.head-link-selected {
    font-weight: 500;
    color: #bcbcbc;
    text-decoration: none;
}

.header-entry {
    background-color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.divFooter {
    font-size: .6em;
}

.container {
    padding: 1rem;
}

.container-center {
    display: flex;
    justify-content: center;
}

.scoring-header {
    padding-bottom: 8px;
}

/*
table, th, td {
    border: solid 1px #DDD;
}
*/

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 60px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 50%;
    margin-left: 0px;
    opacity: 0;
    transition: opacity 0.3s;
}

table.tablesorter tbody td {
    font-size: 1.2em;
    background-color: #CDCDCD;    
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    /*background-color: #e6EEEE;
        padding: 4px;
    */
    background-color: #0056b3;
    font-size: 1.4em;
    padding: 4px;
    color: #FFFFFF;
}

.left-dash-panel {
    width: 70%;
    padding: 0 0 0 0;
    float: left;
    vertical-align: top;
}

.right-dash-panel {
    width: 30%;
    padding: 0 0 0 0px;
    float: right;
    vertical-align: top;
}

.thCell {
    display: table-cell;
}

.thCell1 {
    display: table-cell;
}

.thCellMerged1 {
    display: none;
}

.thCellMerged2 {
    display: none;
}

.thCellMerged3 {
    display: none;
}

.tdCell {
    display: table-cell;
}

.tdCell1 {
    display: table-cell;
}

.tdCellMerged1 {
    display: none;
}

.tdCellMerged2 {
    display: none;
}

.tdCellMerged3 {
    display: none;
}

.span-title-bold {
    font-size: 2em;
    font-weight: bold;
}

.span-title {
    font-size: 1.6em;
}

.division-status {
    font-size: 1.6em;
    font-weight: bold;
    color: red;
}

.division-text {
    font-size: 1.6em;
}

.scoring-details-link {
    font-size: 1.2em;
    text-decoration: underline;
}

.scoring-details {
    padding: 10px 10px 10px 0px;
}


/* Extra selectors needed to override the default styling */
table.tablesorter tbody tr.normal-row td {
    background: #FFFFFF;
}

table.tablesorter tbody tr.alt-row td {
    background: #e6EEEE;
}

@media only screen and (min-width: 1031px) and (max-width: 1270px) {
    table.tablesorter tbody td {
        font-size: 1.2em;
        background-color: #CDCDCD;        
        text-align: left;
    }

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        /*background-color: #e6EEEE;
        padding: 4px;*/
        background-color: #0056b3;
        font-size: 1.4em;
    }

    .thCell {
        display: table-cell;
    }

    .thCell1 {
        display: none;
    }

    .thCellMerged1 {
        display: none;
    }

    .thCellMerged2 {
        display: table-cell;
    }

    .thCellMerged3 {
        display: table-cell;
    }

    .tdCell {
        display: table-cell;
    }

    .tdCell1 {
        display: none;
    }

    .tdCellMerged1 {
        display: none;
    }

    .tdCellMerged2 {
        display: table-cell;
    }

    .tdCellMerged3 {
        display: table-cell;
    }

    .span-title-bold {
        font-size: 1.8em;
        font-weight: bold;
    }

    .span-title {
        font-size: 1.2em;
    }

    .division-status {
        font-size: 1.2em;
        font-weight: bold;
        color: red;
    }

    .division-text {
        font-size: 2em;
    }
}

@media only screen and (min-width: 850px) and (max-width: 1030px) {
    table.tablesorter tbody td {
        font-size: 1em;
        background-color: #CDCDCD;        
        text-align: left;
    }

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        /*background-color: #e6EEEE;
        padding: 4px;*/
        background-color: #0056b3;
        font-size: 1.2em;
    }

    .thCell {
        display: table-cell;
    }

    .thCell1 {
        display: none;
    }

    .thCellMerged1 {
        display: none;
    }

    .thCellMerged2 {
        display: table-cell;
    }

    .thCellMerged3 {
        display: table-cell;
    }

    .tdCell {
        display: table-cell;
    }

    .tdCell1 {
        display: none;
    }

    .tdCellMerged1 {
        display: none;
    }

    .tdCellMerged2 {
        display: table-cell;
    }

    .tdCellMerged3 {
        display: table-cell;
    }

    .span-title-bold {
        font-size: 1.6em;
        font-weight: bold;
    }

    .span-title {
        font-size: 1em;
    }

    .division-status {
        font-size: 1em;
        font-weight: bold;
        color: red;
    }

    .division-text {
        font-size: 2em;
    }
}

@media only screen and (max-width: 849px) {
    table.tablesorter tbody tr.alt-row td {
        background: #FFE996;
    }

    table.tablesorter tbody td {
        font-size: 1.4em;
        background-color: #CDCDCD;        
        text-align: left;
    }

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        /*background-color: #e6EEEE;
        padding: 4px;*/
        background-color: #0056b3;
        font-size: 1.6em;
    }

    .thCell {
        display: none;
    }

    .thCell1 {
        display: none;
    }

    .thCellMerged1 {
        display: none;
    }

    .thCellMerged2 {
        display: none;
    }

    .thCellMerged3 {
        display: none;
    }

    .tdCell {
        display: none;
    }

    .tdCell1 {
        display: none;
    }

    .tdCellMerged1 {
        display: table-cell;
    }

    .tdCellMerged2 {
        display: none;
    }

    .tdCellMerged3 {
        display: none;
    }

    .span-title-bold {
        font-size: 1.6em;
        font-weight: bold;
    }

    .span-title {
        font-size: 1em;
    }

    .division-status {
        font-size: 1em;
        font-weight: bold;
        color: red;
    }

    .division-text {
        font-size: 2em;
    }
}

