﻿body {
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
}

table {
    margin: auto;
}

td {
    text-align: center;
    vertical-align: middle;
}

tr#teamtr {
}

table.table {
    background: black;
    color: white;
}

tr#teamtr td {
    padding: 21px 2px;
    white-space: nowrap;
    line-height: 101px;
}

h4#team1Name, h4#team2Name {
    font-size: 22px;
}

div#team1Score, div#team2Score {
    font-size: 114px;
}

span.time-label {
    border: 1px solid red;
    padding: 0px 48px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 22px;
}

td#team1td, td#team2td {
    width: 30%;
}

tr#teamtr #time-td {
    width: 40%;
    line-height: 47px !important;
    vertical-align: middle;
}

span#timerHolder {
    font-size: 59px;
    color: red;
    font-weight: bold;
}

table.table {
    margin-bottom: 0;
}

.h-100 {
    height: 100%;
}

video#myVideo {
    height: AUTO;
    width: 100%;
}

tr#first-row {
    height: 220px;
}

table td {
    border: none !important;
}

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    vertical-align: middle;
    text-align: center;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
div#highscore {
    float: right;
    margin-top: -187px;
    BACKGROUND: red;
    text-align: center;
    height: 100%;
    width: 174px;
    vertical-align: middle;
}

div#hscore {
    font-size: 42px;
    margin: 0;
    padding: 0;
}

h4#hanme {
    font-size: 22px;
    margin: auto;
    display: table;
}

div#hdiv {
    display: table;
    line-height: 42px;
    text-align: center;
    margin:auto;
}
td.s-v-m {
    padding: 0 !important;
    margin: 0;
}
#highscore table, #highscore table td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
#myImage{
    max-height:100%;
}