/*GREEN LINE */
.tabs-nav .tabs-nav-list.switcher .tabs-nav-list-item > a {
    padding: 13px 0px;
}
.tabs-nav .tabs-nav-list.switcher .tabs-nav-list-item {
    *margin-left: 15px;
    *margin-right:15px
}
/*MENU ICON*/

ul.smaller.tabs-nav-list li a img{
    margin-bottom: 5px;
}
/*TABLE WIDTH*/
table.semester-table {
    margin-bottom: 5px;
}
.semestrai-content h2 {
    padding-top: 20px;
    margin-bottom: 10px;
}
.semestrai-content h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}
.semestrai-content .sarasas-block h4 {
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    color: #555555;
}
.semestrai-content .sarasas-block h4:first-child {
    padding-top: 0;
}
.semestrai-content .sarasas-link {
    font-weight: 600;
}
.semestrai-block h4 {
    margin-bottom: 0;
}
.semestrai-content table th {
    color: #000;
}
.semestrai-block.sarasas-block {
    display: none;
}
.semestrai-block.sarasas-block table {
    margin-bottom: 0;
}
.semestrai-block table tr {
    border: 0;
}
.semestrai-block table tr:nth-child(even) {
    background-color: transparent;
}
.semestrai-block .sarasas-triangle {
    background: url(../images/caret.svg) no-repeat 15px center;
    background-position: 90% 50%;
}
.semestrai-block .sarasas-triangle.active {
    background: url(../images/caret-upside.svg) no-repeat 15px center;
    background-position: 90% 50%;
}
table.semester-table td {
    padding: 2px;
}
table.skills-table th,
table.skills-table td {
    width: 25%;
}
table.semester-table th:nth-of-type(1),
table.semester-table td:nth-of-type(1){
    width: 15%;
}
table.semester-table th:nth-of-type(2),
table.semester-table td:nth-of-type(2){
    width: auto;
}
table.semester-table th:nth-of-type(3),
table.semester-table td:nth-of-type(3){
    width: 15%;
}
table.semester-table th:nth-of-type(4),
table.semester-table td:nth-of-type(4){
    width: 25%;
}

.language-picker h4, .time-picker h4{
    font-size: 24px;
}

@media (max-width: 992px) {
    table.semester-table tbody, table.semester-table thead {
        float: none;
        display: table-header-group;
    }
    table.semester-table {
        width: 100%;
    }
    table.semester-table td, table.semester-table th {
        display: table-cell;
        width: 100%;
    }
}
