﻿#StudentDemoInfoWrap {
    /*color: white;*/
    height: auto;
    /*background-color: rgb(40,40,40);*/
    width: 100%;
    float: left;
    clear: left;
}

.TabSelBoxWrap {
    float: left;
    position: relative;
}

.TabcStuSelLbl {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 162, 232);
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    float: left;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

.TabNonSelBoxWrap {
    float: left;
    position: relative;
}

.TabNonSelBoxWrap:hover {
    color: rgb(0, 162, 232);
}

.TabcStuNonSelLbl {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    float: left;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
    font-weight: 500;
    text-decoration: none;
    margin-bottom : 3px;
}
