.legendLabel {
    padding-left: 5px;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #cc3739;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #cc3739;
    color: white;
    font-size: 12px;
    padding: 6px 12px;
}

.label {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.alternativas label span {
 color: #666;
 font-weight: normal !important;
}