html,
body {
    width: 1920px;
    height: 1080px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(40, 15, 63);
    color: white;
    font-family: Arial, Verdana, sans-serif;
    font-size: 28px;
    cursor: none;
}

.container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

table.striped {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
}

table.striped th {
    background-color: rgb(40, 15, 63);
    color: white;
    padding: 2em 1em 2em 1em;
    text-align: left;
}

table.striped tr {
    background-color: rgb(40, 15, 63);
}

table.striped tr:nth-child(odd) {

    background-color: rgb(131, 81, 179);
}

table.striped tr:nth-child(even) {
    background-color: rgb(40, 15, 63);
}

td {
    padding: 1em 0.4em;
}

td.summary {
    width: 1100px;
}

h1 {
    text-align: center;
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0 10px 0;
}

a {
    color: rgb(183, 183, 183);
    text-decoration: none;
}

.header {
    background-image: url(../img/logo_citask.png);
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: top right;
    margin: 8px 0;
}

.footer {
    text-align: right;
    font-size: 18px;
}

#stripe {
    background-color: rgb(166, 6, 113);
    color: white;
    padding: 1em 0;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
}

#supermarquee {
    background-color: rgb(166, 6, 113);
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

#scroller {
    position: relative;
    color: white;
    font-size: 44px;
    font-family: Arial, Verdana, sans-serif;
    text-transform: uppercase;
    text-align: left;
    width: 30000px;
    white-space: nowrap;
    left: 1920px;
}


#meter {
    position: absolute;
    width: auto;
    white-space: nowrap;
    font-family: Arial, Verdana, sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    text-align: left;
    color: white;
    background: none;
    visibility: hidden
}

#clock {
    text-align: left;
    width: 1200px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 0 0 10px;
    font-size: 60px;
    font-weight: bold;
}

span#clock_date {
    text-transform: capitalize;
    padding: 4px 0 4px 10px;
    font-size: 30px;
    font-weight: normal;
}

span#ext_temperature {
    font-size: 40px;
    font-weight: normal;
    color: rgb(40, 15, 63);
    background-color: rgb(231, 237, 252);
    padding: 0 8px 0 8px;
    border-left: 4px solid rgb(40, 15, 63);
}

span#ext_hum {
    font-size: 40px;
    font-weight: normal;
    color: rgb(40, 15, 63);
    background-color: rgb(239, 217, 241);
    padding: 0 8px 0 8px;
    border-left: 15px solid rgb(40, 15, 63);
}

span.separator {
    padding: 0 10px;
}

#offline,
#turnoff {
    color: rgb(255, 255, 255);
    font-size: 140px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 6100;
    display: none;
}

#turnoff {
    z-index: 6200;
    background-color: rgba(196, 10, 10, 0.95);
}

#offline h1 {
    font-size: 90px;
    font-weight: bold;
}

#turnoff h1 {
    font-size: 140px;
    font-weight: bold;
    line-height: 140%;
}
