.tabGeneral {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    border: none;
    padding: 15px 20px 25px;
    margin: auto;
    background-color: #ffce71;
    position: absolute;
    /* top: 100px; */
    left: 0;
    right: 0;
}

/*
.main-content {
    float: left;
    width: 70%;
}

.main-content-en {
    float: left;
    width: 100%;
}

.side-content {
    float: right;
    box-sizing: border-box;
    width: 30%;
    position: relative;
    min-height: 35px;
}

.side-content span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 45px;
}

.side-content span, .side-content span a {
    vertical-align: bottom;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-align: center;
}
*/

#multi-tab-intro {cursor: text;}

ul.tabs {
    padding: 7px 0;
    margin: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    display: flex;
}

ul.tabs li {
    margin: 0;
    margin-right: 0px; /*distance between tabs*/
    cursor: pointer;
}

ul.tabs li a /*TAB*/ {
    text-decoration: none;
    position: relative;
    padding: 5px 15px;
    font-size: 12px;
    color: #808080;
    outline: none;
    background-color: #ffce71;
}

ul.tabs li:first-of-type a {
    font-weight: bold;
    letter-spacing: 0.15em;
}

ul.tabs li.selected a, ul.tabs li.selected a:hover, ul.tabs li a:hover /*ACTIVE TAB*/ {
    text-decoration: none;
    position: relative;
    padding: 5px 15px;
    background-color: #ffce71;
    color: #808080;
    text-decoration-style: solid;
    outline: none;
}

ul.tabs li.selected {
    font-weight: bold;
}

.tabGeneral input,
.tabGeneral select {
    box-sizing: border-box;
    height: 30px;
    font-family: Tahoma, Geneva, sans-serif;
    display: inline-block;
    font-size: 12px;
    border: none;
}

.tabGeneral select {
    background: whitesmoke;
    border: 1px solid #ebebeb;
    padding-left: 3px;
}

input.textField {
    width: 85%;
    padding: 8px 15px;
}

input.textField:focus {
    outline: none;
}

.search-scope {
    width: 30%;
}

.searchbox-submit {
    background-color: #e0e2e3;
    color: #676596;
    border: none;
    padding: 0 10px !important;
    font-weight: bold;
    font-size: 12px;
    width: 15%;
}

@media (max-width: 800px) {
    .side-content span {
        padding-left: 35px;
    }
}
