table.scoresheetBorder {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    min-width: 1000px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    border-collapse: collapse;
}

table.scoresheet th:nth-child(1) {
    width: 15%;
}

table.scoresheet th:nth-child(2) {
    width: 15%;
}

table.scoresheet th:nth-child(3) {
    width: 50%;
}
table.scoresheet th:nth-child(4) {
    width: 20%;
}

td.ssPos {
    width: 3%;
}

td.ssCheckout {
    width: 10%;
}

td.ssPlayer {
    width: 15%;
}

td.ssLegs {
    width: 12%;
}

td.ssPoints {
    width: 5%;
}

td.ssStat {
    width: 5%;
    min-width: 52px;
}

table.scoresheet th {
    padding: 5px 10px 5px 10px;
    font-size: larger;
    background-color: #eee;
}

table.scoresheet td {
    padding: 5px;
}

table.scoresheetData td {
    border: 1px solid black;
}

table.scoresheet th, table.scoresheet td {
    border: 1px solid black;
    text-align: left;
    vertical-align: text-top;
}

td.scoresheetCell {
    padding: 8px;
}

td.scoresheetTotalCell {
    padding: 8px;
    text-align: right;
}

.cstat {
    width: 3em;
}

.checkout {
    width: 3em;
}

.legs {
    width: 1.5em;
}

.inputError {
    background-color: #fce4e4;
    border: 1px solid #cc0033;
    outline: none;
}

input.scoresheetButton {
    margin: 8px 6px 8px 6px;
}

.errors {
    padding: 10px;
    background-color: #fcc;
}

.errorsInactive {
    display: none;
}