div#map {
    min-height: 450px;
    width: 100%;
    border: solid 1px #4F4B4C;
    border-radius: 5px;
    margin: .5rem 0;
}
.itemCoverage {
    margin: 0;
    padding: 0;
    text-align: left;
}

.itemCoverage li {}

.itemCoverage li a {
    border: solid 1px #4F4B4C;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #4F4B4C;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
    transition: all .5s;
}

.itemCoverage li a:hover,.itemCoverage li a.active {
    background: #FF0000;
    color: #fff;
}