.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vertical-center{
    position: relative;
    top: 20%;
}

.containt2{
    width: 50%;
    margin-left: 25%;
}

.containt3{
    width: 94%;
    margin-left: 4%;
    position: relative;
    top: 3%;
}

a:active {
    font-weight: bold;
}

.bg-blue{
    background-color: #07325d;
}


#tutorTable label > input[type=radio] {
    visibility: hidden;
}

#tutorTable .checked {
    background-color: lightseagreen;
    color: #FFF;
}




@media (max-width: 980px) {

    .containt2{
        width: 100%;
        margin-left: 0%;
    }
}
