a.sub-title:hover {
    color: #0D5690;
    background-color: #fafafa;}

a.sub-title {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: #EBEBEB;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #CECECE;
    color: inherit;}

.sub-subject-list {
    display: flex;
    flex-direction: column;}

.subject-title {
    width: 100%;
    height: 50px;
    background-color: #0D5690;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    //margin-bottom: 20px;}
.bread-bar a {
    text-decoration: none;
    color: #b2b2b2;}

.bread-bar a:hover {
    text-decoration: underline;}
.bread-bar span {
    margin: 0 10px;}

.bread-bar {
    color: #b2b2b2;
     margin-bottom: 30px;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.teacher-list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;}

.te-item {
    display: flex;
    flex-direction: column;
    margin: 30px 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
    overflow: hidden;}

.te-item img {
    width: 150px;
    height: 210px;
    background: #ededed;}

.te-name {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    text-decoration: none;
    color: inherit;
    font-size: 22px;}

.list-title {
    font-size: 22px;}

.teacher-list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;}

.te-item {
    display: flex;
    flex-direction: column;
    margin: 30px 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
    overflow: hidden;}

.te-item img {
    width: 150px;
    height: 210px;
    background: #ededed;}

.te-name {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    text-decoration: none;
    color: inherit;
    font-size: 22px;}

.list-title {
    font-size: 22px;}
