@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;
}

body {
    padding: 0;
    margin: 0
}

.chart {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.graph-table {
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0
}

.graph-table td {
    vertical-align: top;
}

.highcharts-axis-labels text tspan {
    font-family: 'gothambook', sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 13px;
    color: #666666
}

.highcharts-container rect {
    fill: #050505;
}

.highcharts-tooltip rect {
    fill-opacity: 0.1
}

.highcharts-tooltip > span {
    font-size: 12px !important;
    font-family: 'gothambook', sans-serif !important;
    color: #fff !important;
    font-weight: lighter !important;
}

/*.highcharts-grid path{stroke:#666666} */
