/*-----------------------------------------------------------------------------
    Font
----------------------------------------------------------------------------- */

@font-face {
    font-family: 'gothambook';
    src: url('../font/gotham-book-webfont.eot');
    src: url('../font/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/gotham-book-webfont.woff') format('woff'),
    url('../font/gotham-book-webfont.ttf') format('truetype'),
    url('../font/gotham-book-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tarkan_gotham_boldbold';
    src: url('../font/tarkan_gotham_bold-webfont.eot');
    src: url('../font/tarkan_gotham_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/tarkan_gotham_bold-webfont.woff') format('woff'),
    url('../font/tarkan_gotham_bold-webfont.ttf') format('truetype'),
    url('../font/tarkan_gotham_bold-webfont.svg#tarkan_gotham_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

th {
    font-weight: normal;
}

.gotham-book {
    font-family: 'gothambook', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.gotham-bold {
    font-family: 'tarkan_gotham_boldbold', sans-serif;
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.company-table {
    width: 100%;
    margin: 0;
    padding: 0;
}

td {
    text-align: center;
}

.gotham-book {
    font-family: 'gothambook', sans-serif;
    font-style: normal;
    font-weight: lighter;
    width: 100%;
    border-right: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.diff-column {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    color: #fff;
    margin: 0;
    padding: 0;
}

.diff-column td {
    text-align: center;
    border-left: 1px solid #e5e5e5;
    height: 28px;
    font-size: 12px;
}

.diff-column thead {
    background: #252525;
}

.diff-column th {
    border-left: 1px solid #e5e5e5;
    height: 28px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
}

thead tr .large-head {
    font-family: 'gothambook', sans-serif;
    height: 42px;
    background-color: #050505;
    font-size: 12px;
    font-weight: normal;
}

.snapshot-company {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 12px;
}

.company-tr td {
    border-top: 1px solid #e5e5e5;
}

.snapshot-company tr:first-child {
    border-top: none;
}

.snapshot-company tr td {
    height: 24px;
    border-left: 1px solid #e5e5e5;
}

.snapshot-company td:first-child {
    border-left: none;
}

.gotham-bold {
    font-family: 'tarkan_gotham_boldbold', sans-serif;
    font-style: normal;
    font-weight: normal;
}

tbody .gotham-book td {
    color: #fff;
    background: #050505
}

tbody.gotham-book {
    background: #050505
}

.company-table tbody tr.gotham-book td {
    padding-bottom: 20px;
    text-align: right;
}

.company-table tbody tr:nth-child(4) .diff-column td {
    border-bottom: 1px solid #e5e5e5;
}

.diff-column td:last-child, .diff-column th:last-child {
    border-right: 1px solid #e5e5e5;
}

.positive {
    color: #2e954f !important;
    font-size: 13px !important;
}

.negative {
    color: #cb2929 !important;
}