body {
    background: #3d3d3b;
}
a {
    text-decoration: none!important;
}
.test {

    width: 160px;
    display: inline-block;
    padding: 10px;
    background: #fff;
    height: 80px;
    color: #000;
    text-align: center;
	line-height:30px;

}
@media (min-width:980px) and (max-width:1023px) {
    .container {
        max-width: 900px;
    }
}


/* Tabs*/

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#sch-tabs {
    color: #eee;
    height: auto;
}

#sch-tabs h6.section-title {
    color: #eee;
}

#sch-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

#sch-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}