/****************************************
 * Freepage content
 ****************************************/

#freepageContentPage {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#freepageContentPage .column2 {
    width: 640px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 20px;
}

#freepageContentPage>.bottomBanner {
    padding-top: 30px;
}

#freepageContentPage>.content>.header {
    font-family: roboto, arial;
}

#freepageContentPage>.content>.header>div:first-child {
    font-weight: bold;
    font-size: 15px;
    color: #B31726;
}

#freepageContentPage>.content>.header>div:first-child>span {
    font-family: roboto;
    font-weight: normal;
    font-size: 12px;
    color: #8F8F8F;
    margin-left: 10px;
}

#freepageContentPage>.content>.header>.title {
    font-family: roboto;
    font-weight: bold;
    font-size: 26px;
    color: #000;
    margin-top: 10px;
}

#freepageContentPage>.content>.header>div:last-child {
    font-family: arimo;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-top: 6px;
}

#freepageContentPage>.content>.header>div:last-child * {
    line-height: 18px;
}

#freepageContentPage .body {
    margin-top: 20px;
    font-family: arimo, arial;
    font-size: 14px;
    color: #434343;
}

#freepageContentPage .body>p {
    line-height: 20px;
    font-family: arimo, arial;
    font-size: 14px;
    color: #434343;
    padding-top: 5px;
    padding-bottom: 5px;
}

#freepageContentPage .body>h1 {
    font-family: roboto;
    font-weight: bold;
    font-size: 26px;
    color: #000;
    margin-bottom: 10px;
}

#freepageContentPage .body>h2 {
    font-family: roboto;
    font-weight: bold;
    font-size: 17px;
    color: #434343;
    margin-top: 10px;
    margin-bottom: 10px;
}

#freepageContentPage .body>p>strong {
    font-weight: bold;
}

#freepageContentPage .bottomBar {
    width: 860px;
    margin-top: 30px;
}

/* sidebar */

#freepageContentPage>.sidebar {
    width: 300px;
    padding-bottom: 20px;
    padding-top: 30px;
}

#freepageContentPage .body a {
    text-decoration: none;
    color: #B31726;
}

#freepageContentPage .body a:hover {
    text-decoration: underline;
}

/****************************************
 * Unique styles
 ****************************************/
.table {
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #2D3548;
    border-bottom: 1px solid #2D3548;
    border-left: 1px solid #2D3548;
    border-right: 1px solid #2D3548;
    margin-bottom: 20px;
}

.table + .table {
    margin-left: 10px;
}

.table th {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #D92032;
    border-bottom: 2px solid #2D3548;
}

.table th:first-child {
    padding-left: 15px;
}

.table th:nth-child(2) {
    padding-left: 10px;
}

.table th:last-child {
    padding-right: 15px;
}

.table td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
}

.table td:first-child {
    padding-left: 15px;
    text-align: right;
}

.table td:first-child,
.table td:nth-child(2) {
    font-weight: 600;
    color: #000;
}

.table td:nth-child(2) {
    padding-left: 10px;
}

.table td:last-child {
    text-align: right;
    padding-right: 15px;
}

.table tr:hover td {
    background: #F8F8F8;
}

.table.points td {
    padding-left: 0;
    padding-right: 0;
    width: 107px;
    font-weight: 400;
    text-align: center;
}

.table.points th {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}