.buorg {
        position: absolute;
        position: fixed;
        z-index: 111111;
        width: 50% !important;
        top: 300px !important;
        left: 450px !important;
        border-bottom: 1px solid #A29330;
        text-align: center;
        color: #000;
        background-color: #ffffff !important;
        font: 24px Calibri, Helvetica, sans-serif !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        animation: 1s ease-out 0s buorgfly
    }

    .buorg-pad {
        padding: 70px 100px 10px 100px !important;
        line-height: 1.7em;
    }

    .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: 0px !important;
        font-weight: normal;
        background: #0a3e64 !important;
        white-space: nowrap;
        margin: 50px 2px !important;
        display: inline-block;
    }

    #buorgig {
        display: none !important;
        background-color: #edbc68;
    }

    @media only screen and (max-width: 700px) {
        .buorg div {
            padding: 5px 12px 5px 9px;
            line-height: 1.3em;
        }
    }

    @keyframes buorgfly {
        from {
            opacity: 0;
            transform: translateY(-50px)
        }
        to {
            opacity: 1;
            transform: translateY(0px)
        }
    }

    .buorg-fadeout {
        transition: visibility 0s 8.5s, opacity 8s ease-out .5s;
    }

    .buorg-icon {
        width: 22px;
        height: 16px;
        vertical-align: middle;
        position: relative;
        top: -0.05em;
        display: inline-block;
        background: no-repeat 0px center;
    }