@CHARSET "ISO-8859-1";
* {
    padding: 0;
    margin: 0;
}
a img {
    border: 0;
}
html, body {
    height: 100%;
}
body {
    font-size: 75%;
    font-family: arial,tahoma,verdana,sans-serif;
}
.counter { width: 100%; }
.bigcount { font-size: 3em; }
.mediumcount { font-size: 2em; color: #002266; }
.smallcount { font-size: 1.2em; color: #000; font-weight: bold; }
fieldset.counter { text-align: center;}
fieldset.counter legend { font-weight: bold; margin: 5px; font-size: 2em; }

tr.headerrow td { font-weight: bold; font-size: 1.5em; text-align: center; }
tr.headerrowsms td { font-weight: bold; font-size: 1.1em; text-align: center; }
tr.countrow td { text-align: center; }

td.left { text-align: left !important; }
#soon {
    width: 500px;
    height: 200px;
    border: 4px solid #FFF;
    background: #FFF;
    text-align: center;
    margin: auto;
}

table.left { width: 200px; }
table.left td { text-align: left;}