.buorg {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
    background: #f9f9f9 no-repeat 1em 0.55em !important;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #000;
    font-size: 14px !important;
}
#buorg .buorg-test {
    padding: 15px;
    width: 230px;
    top: 0;
    right: 0;
    font-size: 9px;
    background-color: #f8d6d6;
}

.buorg div {
    padding: 10px 36px 10px 40px;
}

.buorg a {
    color: #E25600;
}

#buorgclose {
    position: absolute;
    right: .5em;
    top: .2em;
    height: 20px;
    width: 12px;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
}
.buorg-buttons {
    padding-top: 5px;
}
#buorgig, 
#buorgul, 
#buorgpermanent {
    background: #96C0D0 !important;
    box-shadow: none !important;
    padding: 4px 15px !important;
}
#buorgig {
    border: 1px solid #ccc;
    background: transparent !important;
    color: #666 !important;
}
@media screen and (max-width: 767px){
    #buorg .buorg-test {
        left: 0;
        width: 100%;
        bottom: auto;
        top: 100%;
    }
}