/*.calcerrors { font-size: 11px; color: red; margin: 3px 0 3px 14px; }*/
.reqlab {
    position: relative;
}
.calcerrors {
    font-size: 12px;
	font-weight: 500;
    color: red;
    position: absolute;
    top: 50%;
    right: 22%;
    transform: translateY(-50%);
}

@media (max-width:991.98px){
    .calcerrors {
        top: 50%;
        right: 4%;
    }
}

@media (max-width:575.98px){
    .calcerrors {
        top: 76%;
        right: 4%;
    }
}