﻿.control-label {
    font-size: 15px;
}
.form-check-input {
    height: 25px !important;
    width: 5% !important;
    padding-right: 10px; 
}

.form-check span{
    padding-left: 20px;
    margin-top: 15px;
}
.height-150vh {
    min-height: 200vh !important;
}

/* Mobile */
@media (max-width: 768px) {
    .height-150vh {
        min-height: 440vh !important;
    }
}

@media (max-width: 576px) {
    .height-150vh {
        min-height: 440vh !important;
    }
}

@media screen and (max-width: 767px) {
    .swimmer-normal-table tr {
        display: table-row !important;
    }

    .swimmer-normal-table th,
    .swimmer-normal-table td {
        display: table-cell !important;
    }
}
