* {
    font-family: sans-serif;
    font-size: 18px;
}
body {
    -webkit-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2em !important;
}
table {
    width: 950px;
    border: 0;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
tr {
    height: 30px;
}
tr:nth-of-type(odd) {
    background-color: #F0F0F0;
}
td {
    border: 0;
    padding: 0;
    margin: 0;
    width: 65px;
    position: relative;
}
.stand-out {
    font-size: 1.5em;
    color: red;
    font-weight: bold;
}
.score-box div {
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
    position: absolute;
    height: 1px;
    width: 70px;
    -webkit-transform: rotate(156deg);
    -ms-transform: rotate(156deg);
    transform: rotate(156deg);
    left: -1px;
}
.score-box {
    border: solid 1px grey;
}
.valentry {
    border: solid 1px;
    width: 45px;
    height: 30px;
    display: inline-block;
    margin-left: 20px;
}
.name-box {
    width: 300px;
    text-align: left;
}
.centered {
    text-align: center;
}
#schedule-info {
    float: right;
}
#schedule-info span {
    /*float: left;*/
    /*width: 25%;*/
    
    text-align: left;
}
#totals-section {
    border: solid 2px black;
    width: 900px;
}
#totals-section td {
    border-top: solid 1px black;
    text-align: right;
}
#totals-section .name-box {
    width: 125px;
    text-align: left;
    padding-left: 15px;
}
.total-column {
    border-right: solid 1px black;
}
label, select, option, button {
    font-size: 2em;
}
.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}
.team {
    position: relative;
    display: none;
}
.page {
    page-break-after: always;
}
@media print {
    .do-print {
        display: block;
    }
    .no-print {
        display: none;
    }
}
.pull-right {
    float: right !important;
}