.fixed-header {
    width:100%;
    height:30px;
/*     border-bottom: 1px solid rgba(22,22,22,.2); */
    background-color:#f7f7f7;
}

.fixed-header .header-right, .fixed-header .header-left {
    margin-top:5px;
}

.search {
    margin-top:20px;
}

.search-box {
    margin-top:10px;

}

.search-button {
    border-radius:unset;
    background-color:#F08535;
    height: 45px;
    color:white;
    font-size:15px;
    
}

.search-textbox {
    border-radius: unset;
    height: 45px;
    border:1px solid #F08535;
}




