.browser_info .buorg {
    position: relative;
    z-index: 0;
    width: 100%;
    top: 0px;
    left: 0px;
    border-bottom: none;
    text-align: left;
    color: inherit;
    background-color: inherit;
    font: inherit;
    box-shadow: none;
    animation: none;
}

.browser_info .buorg-pad {
    padding: 9px;
    line-height: 1.7em;
}

.browser_info .buorg-buttons {
    display: block;
    text-align: center;
}

#buorgig,
#buorgul,
#buorgpermanent {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    padding: 1px 10px;
    border-radius: 4px;
    font-weight: normal;
    background: #5ab400;
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
}

#buorgig {
    background-color: #edbc68;
}

@media only screen and (max-width: 700px) {
    #browser_info .buorg div {
        padding: 5px 12px 5px 9px;
        line-height: 1.3em;
    }
}

.buorg-icon {
    width: 22px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -0.05em;
    display: inline-block;
    background: no-repeat 0px center;
}