div.stretchy-wrapper
{
    width: 100%;
    padding-bottom: 75%;
}

div.stretchy-wrapper > div
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.highcharts-tooltip
{
    z-index: 5000;
    font-weight: bold;
    padding: 2px;
    background: rgba(50, 50, 50, 0.9);
    color: #000;
    border-radius: 1px;
    text-align: center;
}

table.hdr td.left
{
    width: 80px;
    padding: 0px;
}

table.hdr td.center
{
    width: 200px;
    font-family: "Oswald", "arial narrow", sans-serif;
    font-weight: normal;
    font-size: 16px;
    /* color: white; */
    /* line-height: 120%;*/
    margin: 3px 0 3px 0px;
    padding: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

table.hdr td.right
{
    width: 80px;
    padding: 0px;
}

table.cnty td.name
{
    text-align: left !important;
}

table.cnty td.right
{
    text-align: right;
}
