#locations {
    width: 1000px;
}

.location .name {
    font-size: 36px;
}

.location .header {
    font-size: 24px;
    margin: 12px 0 5px 0;
}

#locations .location .list-item {
    display: list-item;
    list-style-position: inside;
}

#locations .location b {
    font-size: 18px;
}

#locations .maps {
    width: 600px;
    margin-bottom: 15px;
    margin: auto;
}