.title-summary {
    font-size: 23px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.group-mounthly1 {
    font-size: 11px;
    margin-left: -20px;
}


.title-february {
    font-size: 16px;
    font-weight: 700;
}

.small-title-february {
    font-size: 14px;
}

.search-submit {
    z-index: 0;
}


@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}