html, body {
    font-family: "Segoe UI";
    font-size:14pt;
    padding-bottom:32px;
    color:#546e7a !important;
}
.brand-logo i {
    margin-left: 16px;
}

.login {
    background: url('/include/img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#login {
    margin-top: 8vh;
    background-color: rgba(255,255,255,0.8);
    border-radius: 8px;
    padding: 0 16px;
    border: 1px solid #666;
}
#login img {
    width: 8vw;
    margin: 0 auto;
}

.right8 {
    margin-right: 8px !important;
}

.right16 {
    margin-right: 16px !important;
}

.top16 {
    margin-top:16px !important;
}

.bottom16 {
    margin-bottom: 16px !important;
}

.top32 {
    margin-top:32px !important;
}

#table_next .player:not(.active) {
    color: #dadada;
    font-style: italic;
}

.player.split {
    border-bottom: 8px solid #cc0000 !important;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    table td {
        padding-top:6px !important;
        padding-bottom:6px !important;
        font-size: 22pt !important;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit !important;
}