﻿html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#checkContainer {
    padding: 0;
    margin: 0;
}

    #checkContainer > li {
        display: block;
        border: 1px solid #666;
        margin: 5px;
        float: left;
        min-width: 300px;
        min-height: 20px;
        padding: 5px;
    }

li {
    font-size: 14pt;
}

.status0 {
    color: #090;
    font-weight: 400;
}

.status1 {
    color: #090;
    font-weight: 400;
}

.status2 {
    color: #e9d70f;
}

.status3 {
    color: #f00;
    font-weight: 600;
}

.status5 {
    color: #e9d70f;
}

.status-1 {
    display: none;
}

.status0 ul {
    display: none;
}

#lastUpdated {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 20pt;
    color: #999;
}

body.checksOffline {
    background-color: #600;
}

    body.checksOffline:before {
        content: "Unable to retrieve check status!";
        color: #fff;
        font-size: 30pt;
        text-align: center;
        display: block;
    }
