html {    
    background-color:	#1a1a1a;
    color: #cccccc;
}
body {
    padding: 10px;
    font: normal 13px arial,helvetica,sans-serif;
}
.centerme {
    text-align: center;
    margin-left:	auto;
    margin-right: auto;
    cursor: default;
}
.clear{  clear: both; }
.padding-single {  padding-left: 5px; }
.logo_container {
    width: 100%;
    padding-bottom: 30px;
}
.logo {
    background: rgb(51, 51, 44);
    text-align: center;
    height: 100px;
    margin: -18px -18px 18px -18px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #565545;
    box-sizing: unset;
}
.logo > img { height: 100px; }
.title_container { width: 100%; }
.title {
    width: 40%;
    float: left;
    font-weight: bolder;
    font-size: 1.5em;
}


.header_row {
    height: 20px;
    text-align: center;
}
.header_contents {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}
.erabtn {
    color: black;
    padding: 2px;
    margin-top: 5px;
}
.zone_name {
    height: 30px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.statusentry {
    text-align: center;
    vertical-align: middle;
}
.unset {
    background-color: #FFF;
    color: black;
}
.userunset {
    color: white;
}
.complete {
    background-color: #6F0;
    color: black;
}
.verify {
    background-color: #6DE;
    color: black;
}
.inprogress {
    background-color: #FFC;
    color: black;
}
td {
    padding: 5px;
    border: 1px solid black;
    width: 16.66%;
}
table {
    width: 100%;
    max-width: 100%;
}
.rows {
    height: 20px;
    padding: unset;
    border: 1px solid white;
}
.server_total {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
}
.pct {
    width: 40%;
    float: right;
}