body {
    margin: 0;
    padding: 0;
    width: 480px;
}

#map {
    height: 320px;
    margin-bottom: 10px;
    width: 480px;
}

#chart {
    height: 100px;
    width: 480px;
}

#categories_shown abbr {border-bottom: none;}

.infowindow_content h3 {
    margin: 0;
}
.infowindow_deaths, .infowindow_deaths li {
    font-size: 10pt;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
    .infowindow_deaths .label {font-weight: bold;}
    .infowindow_deaths li {
        border-top: 1px solid #ccc;
        margin-bottom: 0;
        margin-top: 10px;
        padding-top: 10px;
    }

.attribution {
    font-size: 0.75em;
    font-style: italic;
    text-align: right;
    text-transform: uppercase;
    width: 460px;
}
    .attribution a {text-decoration: none;}
