.cms-rr-md-states {
    margin: 8px 0;
    overflow: hidden;
}
.heading+.cms-rr-md-states {
    margin-top: -12px;
}
.cms-rr-md-states >ul {
    margin: -4px;
}
.cms-rr-md-states >ul >li {
    float: left;
    width: 20%;
    padding: 4px;
}
.cms-rr-md-states >ul >li >span {
    display: block;
    height: 130px;
    border-radius: 5px;
    border: 1px solid #ececec;
    background-color: #f3f3f3;
    text-align: center;
}
.cms-rr-md-states >ul >li >span >span strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    color: #666;
}
.cms-rr-md-states >ul >li >span >span em, .cms-rr-md-states >ul >li >span >span span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: -3px;
    color: #333;
}
.cms-rr-md-states >ul >li >span >span em {
    color: #fc5f7e;
}
