table.tallypad th {
    text-align: center;
    border-bottom: 1px solid black;
}

table.tallypad tfoot td {
    border-top: 1px solid black;
}

table.tallypad input {
    background: none;
    text-align: center;
    border: none;
}

table.tallypad input:focus {
    background: none;
    border: none;
    box-shadow: none;
}

table.tallypad td.category {
    border-right: 1px solid black;
}

table.tallypad tr.total td {
    font-weight: bold;
    text-align: center;
}

div#error-bar {
    background: red;
    padding: 4px;
}

div#error-bar {
    color: white;
    text-align: center;
}

td.category {
    text-align: center;
    vertical-align: middle;
}

td.category-options-hidden {
    display: none;
}

td.category-score-hidden {
    display: none;
}

td.player-total {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.login-form {
    max-width: 400px;
    width: 100%;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-flash {
    font-weight: bold;
    text-align: center;
}

.login-error {
    color: red;
    font-weight: bold;
    text-align: center;
}

.login-icon {
    border-radius: 50%;
    border: 1px solid black;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: auto 0;
}