.buorg {
        position: absolute;
        position: fixed;
        z-index: 111111;
        width: 100%;
        top: 0px;
        left: 0px;
        border: none !important;
        text-align: center;
        color: #fff !important;
        background-color: rgba(23, 107, 146, 1) !important;
        font: 16px Calibri, Helvetica, sans-serif;
        box-shadow: none !important;
        animation: 1s ease-out 0s buorgfly
    }


    .buorg-pad {
        padding: 9px;
        padding-left: 12% !important;
        padding-right: 12% !important;
        line-height: 1.7em;
    }


    #buorgig, #buorgul, #buorgpermanent {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        box-shadow: none !important;
        padding: 1px 10px;
        border-radius: 25px !important;
        font-weight: normal;
        background: #4eb3e2 !important;
        white-space: nowrap;
        margin: 0 2px;
        display: inline-block;
    }