#charts {
    margin: -30px;
}

#charts table {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    width: 100%;
}

#charts h2, #charts .chart_bottom {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    float: right;
    font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
    text-transform: capitalize;
    font-size: 130%;
    letter-spacing: .2em;
    color: white;
    text-align: right;
    text-shadow: 0 1px 1px #6dabc2;
    border-bottom: 5px solid #6dabc2;
    background: #787878;
    width: 100%;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    padding: 6px 5px 2px 5px;
    line-height: 3ex;
    display: block;
    vertical-align: top;
}

#charts .chart_bottom {
    float: right;
    font-family: berlinsmallcapsregular, sans-serif;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    padding: 0 5px 2px 5px;
    margin: -10px 0 0 -9px;
    border-top: 5px solid #6dabc2;
    border-bottom: 0 solid #6dabc2;
}

#charts .chart_bottom a {
    float: right;
    color: white;
    margin: 0 0 0 0;
    text-shadow: 0 1px 1px #6dabc2;
    text-decoration: underline;
    font-size: 60%;
    font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
    letter-spacing: .1em;
}

#chart table {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    width: 100%;
}

#chart .chart-top, #chart .chart_bottom {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    float: right;
    font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
    text-transform: capitalize;
    font-size: 130%;
    letter-spacing: .2em;
    color: white;
    text-align: right;
    text-shadow: 0 1px 1px #6dabc2;
    border-bottom: 5px solid #6dabc2;
    background: #787878;
    width: 100%;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    padding: 6px 5px 2px 5px;
    line-height: 3ex;
    display: block;
    vertical-align: top;
}

#chart .chart-top a, #chart .chart_bottom a {
    color: white;
    margin: 0 0 0 0;
    text-shadow: 0 1px 1px #6dabc2;
    text-decoration: underline;
    font-size: 60%;
    font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
    letter-spacing: .1em;
}

#chart .chart_bottom {
    float: right;
    font-family: berlinsmallcapsregular, sans-serif;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    padding: 0 5px 2px 5px;
    margin: -10px 0 0 -9px;
    border-top: 5px solid #6dabc2;
    border-bottom: 0 solid #6dabc2;
}

#chart p {
    display: inline-block;
    margin-top: 10px;
}
