* {
    margin: 0;
    padding: 0;
}

th {
    font-weight: normal;
}

@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 {
    background: #050505;
    color: #fff;
    font-size: 14px
}

label {
    font-family: 'tarkan_gotham_boldbold', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.main-container {
}

.fgraph {
    float: left;
    width: 300px;
    height: 242px
}

.ftable {
    float: left;
    width: 615px;
    height: 272px
}

.empty {
    width: 100px;
    height: 130px;
    float: left;
    background: transparent;
}

#iframe-graph {
    height: 170px;
    margin-top: 50px;
}

#iframe-company {
    height: 270px
}

.last-price {
    position: relative;
    top: 20px;
}