﻿.custom-pastmeasurement-title-text {
    font-size: 24px !important;
    font-weight: 700 !important;
    padding-top: 7px !important;
}

@media (max-width: 480px) {
    .custom-pastmeasurement-title-text {
        font-size: 18px !important;
        padding-top: 11px !important;
    }
}

.pastmeasurement-date-button {
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    text-transform: inherit !important;
    box-shadow: none !important;
    width: 150px !important;
    height: 44px !important;
}

.custom-pastmeasurement-container {
    height: 400px !important;
    background: white !important;
    border-radius: 5px !important;
}