html, body {
    margin: 0;
    padding: 0;
    background-color: black;
}

table {
    height: 100%;
    max-height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    border-collapse: collapse;
    border-style: hidden;
}

td {
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #959595;
}

tr.title {
    height: 23px;
    background-color: #4e4e4e;
}

tr.cam {
    /* height: 134px; */
}


td.title {
    height: 23px;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 10px 0 10px;
}

td.cam {
    text-align: center;
    vertical-align: middle;
    width: 50px !important;
    height: 150px !important;
}

td.maincam {
    width: 75%;
    text-align: center;
    vertical-align: middle;
    background-color: black;
}
iframe.vframe {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}

a {
    color: white;
    text-decoration: none;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

td.weather {
    height: 50px;
    padding: 0;
}

iframe.weather {
    width: 100%;
    height: 20px;
    max-height: 50px;
    overflow-y: hidden;
    background-color: transparent;
    padding: 0;
}

div.viewlarger {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #000000;
    padding: 10px;
    border-radius: 10px;
}

.vjs-tech { object-fit: cover; }
.vjs-big-play-button {
    margin: 0;
    padding: 0;
    position: absolute !important;
    top: 50% !important;
    -ms-transform: translate(-50%, -50%);
    left: 50% !important;
    transform: translate(-50%, -50%);
}
