.header {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.logo {
    float: left;
}
.download-code-link {
    background-color: #594883;
    border-radius: 2px;
    color: #fff;
    float: right;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px 15px;
    text-decoration: none;
}
.heading-table {
    padding: 10px 0;
    font-weight: bold;
}
.heading-chart {
    margin-bottom: 20px;
}
.heading-table, .heading-chart {
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, Verdana;
    text-align: center;
}
#wrapper {
    width: 768px;
    margin: 10px auto;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 14px;
}
#container {
    border: 1px solid;
    border-color: #979797;
}
.football-league-table {
    width: 100%;
    margin: 0 auto;
}
.football-league-table th {
    background-color: #000000;
    letter-spacing: 0.05em;
    color: #AAA095;
    font-size: 14px;
    font-weight: bold;
}
.heading-team {
    text-align: left;
}
.football-league-table th:nth-child(1), .football-league-table td:nth-child(1) {
    padding-left: 10px;
}
.football-league-table td:nth-child(2), .football-league-table td:nth-child(3) {
    text-align: center;
}
.football-league-table td {
    color: #ddd;
    font-size: 14px;
    font-weight: normal;
}
.football-league-table tr:nth-child(odd) td {
    background-color: #003333;
}
.football-league-table tr:nth-child(even) td {
    background-color: #000000;
}
.football-league-table td, th {
    height: 40px;
    vertical-align: middle;
}
.footer {
    padding: 15px 0;
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    line-height: 15px;
}
.footer a {
    text-decoration: none;
    color: #333333;
    border-bottom: 1px solid #333333;
}