@import 'font.css';

body {
/*   // background: url(../images/009-subtle-light-patterns.gif) repeat 0 0;*/
    background-color: transparent !important;
    font-family: 'HelveticaNeueW02-45Ligh';
    color: #1b2024;
}

#main-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;

}

@media (max-width: 400px) {
    #main-container {
        padding: 5px;
    }
}



.source {
    display: block;
    font-family: HelveticaNeueW02-45Ligh;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
a, a:hover {
    text-decoration: none;
    color: #428bca;
    margin: 10px 0 10px 0;
}

h4 {
    display: block;
    position: relative;
    font-family: HelveticaNeueW01-75Bold;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: 0px;
    color: #1b2024;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    border-bottom: 2px solid #1b2024;
}


h4:before {
    font-family: "FontAwesome" !important;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
    font-style: normal !important;
    content: "\f1fe";
    color: #1b2024;
    display: inline-block;
    font-size: 14px;
    width: 24px;
    text-align: center;

}

.chart {
    display: block;
}

#ie-hack-wrap {
    position: relative;
}

.canvas-hack {
    position: relative;
    display: block;
    width: 100%;
    visibility: hidden;
}

#svg-chart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.table {
    display: none !important;
}
