﻿body
{
    background-color: black;
    color: white;
}

table 
{
    border-collapse: collapse;
    font-size: 25px;
    /*min-width: 1024px;*/
    color:red;
    margin-left: auto; 
    margin-right: auto;
    /*border: 2px solid #303030;*/
}

/*td 
{
    border: 1px solid gray;
}*/

.table-header
{
    color:white;
    font-family:Scoreboard;
    font-size: 16px;
}

.table-header-left
{
    text-align:left;
}

.table-header-right
{
    text-align:right;
}

@font-face 
{
    font-family: "Scoreboard";
    src: url("../Font/scoreboard.woff");
}

h1, td
{
    font-family: Scoreboard;
}

th, td
{
    padding: 2px;
}

.rate-left
{
    min-width: 60px;
    text-align: left;
}

.rate-right
{
    min-width: 150px;
    text-align: right;
}

.flag
{
    width: 32px;
    height: 32px;
    vertical-align: middle;
}