BODY
{
    font-family: sans-serif;
    background: #404040;
}

.offline::after
{
text-shadow: 1px 1px 2px black, 0 0 5px #ff0000;
    text-align: center;
    content: 'OFFLINE';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: FFFFFF;
    font-size: 20px;
    font-family: sans-serif;
    margin-top: 25;
    pointer-events: none;
}

.offline .since
{
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: 0px;
    background: #00000080;
    margin: 30 10;
    padding: 2 10;
    border-radius: 1em;
    font-family: sans-serif;
    pointer-events: none;
    color: #FFFFFF;
}

.tables
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
}

.table
{
    width: 235px;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    border: solid 2px transparent;
    background-image: linear-gradient(#C0C0C0), linear-gradient(to bottom right, #FFFFFF 0%, #C0C0C0 50%, #FFFFFF 100%);
    background-clip: padding-box, border-box;
    background-origin: border-box;
}

.table IMG
{
    border: solid 2px black;
}
.table .tableName
{
    display: block;
    font-weight: bold;
}