.buorg {
    background-position: 8px 17px;
    position:absolute;
    position:fixed;
    z-index:111111;
    width:100%;
    top:0px;
    left:0px;
    border-bottom:1px solid #fae5cc !important;
    text-align:left;
    cursor:pointer;
    font: 14px Arial,Helvetica Neue,Helvetica,sans-serif !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background-color: #fcf5e3 !important;
    color: #8a623b !important;

}
.buorg div {
    padding: 11px 12px 11px 30px;
    line-height: 1.7em;
}
.buorg div a,.buorg div a:visited {
    text-indent: 0;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
    font-weight: normal;
    background: #5ab400;
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
    padding: 6px 12px !important;
    text-align: center;
    font-size:14px !important;
    border-radius:0 !important;
}

#buorgig{
    background-color: #f0974e !important;
    border-color: #ee8936 !important;
}
#buorgig:hover{
    background-color: #ee8936 !important;
}
#buorgul{
    background-color: #68b85c !important;
    border-color: #59ae4c !important;
    font-weight:bold !important;
    margin: 0 2px 0 7px !important;
}
#buorgul:hover{
    background-color: #59ae4c !important;
}

@media only screen and (max-width: 700px){
    .buorg div {
        padding:5px 12px 5px 9px;
        text-indent: 22px;
        line-height: 1.3em;
    }
    .buorg {
        background-position: 9px 8px;}
}