.containerRightBar {
    display: none;
}

.maincontent {
    width: auto;
    margin-right: 0;
    padding: 0;
}

.search-tabs {
    display: flex;
    flex-grow: 1;
}

.tabnav {
    display: flex;
    flex-grow: 1;
    list-style-type: none;
    margin: 0;
}

.tab-selected {
    background-color: #ffd400;
}

.tabtop {
    display: flex;
    flex-grow: 1;
    list-style-type: none;
    border: 1px solid #ffd400;
    padding: .5rem;
    color: black;
    font-weight: 400;
    justify-content: center;
    margin-right: 0.5rem;
}

.tabtop:hover {
    color: blue;
    background-color: #ffd400;
    cursor: pointer;
}

.tabnav li:last-child {
    margin-right: 0;
}


.tabtop::before {
    content: "";
}

.libraries-search-container {
    display: flex;
    flex-direction: column;
    background-color: #ffd400;
    padding: 2rem;
}

.libraries-search-container h4 {
    font-size: 1.25em;
    margin-bottom: 1rem;
}

.searchBoxArea {
    display: flex;
}

.input-search-box {
    font-size: 14px;
    width: 100%;
}

.search-btn {
    max-width: fit-content;
    background-color: white;
    background: url(https://dal.ca/content/dam/dalhousie/images/library/noun-search-6850974-FFD400.png) no-repeat left top;
    background-size: 1rem;
    background-color: white;
    background-size: contain;
    padding: 0px 1rem;
}

/*#ffd400
*/