/* 
 *
 * @author lavong.soysavanh
 * @version 10-09-02
*/

* { margin: 0; padding: 0; text-decoration: none; }
html, body { background-color: black; color: white; font-family: "Courier New", "Lucida Console", monospace; font-size: 1em;}
a { color: #b4ecf8; }
a:hover { color: #57e0fd; }
h1 { text-align: center; }
#title { font-family: monospace; font-size: 5em; font-weight: bold; text-transform: uppercase; }
#main { width: 800px; margin-left: auto; margin-right: auto; border-bottom: 1px dashed silver; border-top: 1px dashed silver; padding: 1.25em; margin-top: 80px; }
#foot { color: #383b3b; font-size: 0.8em; text-align: center; }
#status { font-weight: bold; }
#status .green { color: #7be861 }
#status .yellow { color: yellow }
#status .red { color: #fd5757 }
table { width: 100%; margin-top: 1em; margin-bottom: 1em; }
td, th { vertical-align: top; padding-top: 5px; }
td:first-child, th:first-child { width: 42%; text-align: right; padding-right: 1em; }
#qr { margin: 5px; position: absolute; top: 100%; left: 100%; margin-left: -125px; margin-top: -125px; }

