
.progress__stats-item-number {
    text-align: center !important;
}
.form-success {
    display: none;
    background: green;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}


.history {
	pointer-events: none !important;
}
.history__item {
	pointer-events: auto !important;
}


.results__item-data-val {
	line-height: 1;
	  min-height: 1em;
}