div#theheadline {
    background: -webkit-linear-gradient(top, #c3d5d1, #c3d5d1, #c3d5d1);
    background: -moz-linear-gradient(top, #c3d5d1, #c3d5d1, #c3d5d1);
    background: -ms-linear-gradient(top, #c3d5d1, #c3d5d1, #c3d5d1);
    background: -o-linear-gradient(top, #c3d5d1, #c3d5d1, #c3d5d1);
    background: linear-gradient(top, #c3d5d1, #c3d5d1, #c3d5d1);
    background: linear-gradient(top, #c3d5d1, #c3d5d1, #c3d5d1);
    padding: 10px 0 20px 0;
    height: 65px;
    border-bottom: 1px solid white; 
    box-shadow: 0px 0px 28px #888;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div#theheadline h2, div#theheadline h1 {
    color: darkslategray;
}

div.botside {
    background: darkslategray;
    border-top: 1px solid white; 
    box-shadow: 0px 0px 28px #888;
}

table#aggs tr td.top {
    background: #c3d5d1;
}
table#aggs tr td.top h4 {
    color: darkslategray;
}

img.imgcredits { margin-top: 0; }
table.credits tr td { padding: 14px 0; }

/* THE MAP */

circle.wfdata {
    /*fill: yellow;*/
    opacity: 0.85;
    stroke: #222;
    stroke-width: 0.5px;
}

