﻿body {
    background-color: #000000;
    color: #A4FFD5;
    //text-shadow: 0 0 0 white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin:0;
}

table {
    min-width: 768px;
    max-width: 768px;
    min-height: 384px;
    max-height: 384px;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    text-align: center;
    //border: 1px solid white;
    font-size: 26pt;
    font-weight: 100;
    padding: 10px 15px 10px 15px;
    position: fixed;
    margin-left: -384px; /* half of width */
    margin-top: -192px; /* half of height */
    top: 50%;
    left: 50%;
}

tr.header td {
    min-height: 25%;
    vertical-align: top;    
}

tr.info td {
    height: 50%;
}

tr.footer td {
    height: 25%;
    vertical-align: bottom;
}

.subtext {
    font-size: .55em;
    color: #A4FFD5;
    // text-shadow: 0 0 0 white;
}
