﻿
#SearchBox.tab .nav-item {
    background: #cccc52;
    color: #020202;
}

    #SearchBox.tab .nav-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 15px;
    }

#SearchBox .nav-item:last-child {
    border-top-right-radius: 15px;
    border-top-left-radius: 0;
}

#SearchBox .nav-link {
    color: #fff font-size: 1.4em;
    margin: 8px;
    border-radius: 15px
}

#SearchBox.tab .nav-link.active {
    background: #fff;
    color: #020202;
}

#SearchBox .tab-content {
    background-color: #cccc52 !important;
}

#SearchBox .tab .tab-content {
    background: #cccc52 !important;
}

#SearchBox .tab-content {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.form-label-search {
    color: #231f20;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 400;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
}
