/* Browser update related css */
.buorg {
    position: fixed;
    z-index: 50 !important;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 2px solid #dfdfdf !important;
    text-align: center;
    color: #2d2d39 !important;
    background-color: #fafafa !important;
    animation: 1s ease-out 0s buorgfly;
}

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

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

#buorgul {
    display: none !important;
}

#buorgig {
    display: block;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.9;
    color: #fff;
    background: #196ecf !important;
    border: 1px solid #196ecf;
    border-radius: 0;
    height: 40px;
    font-weight: bold;
    padding: 0;
}

#buorgig:focus {
    outline: 4px solid #009de6;
    border: 1px solid #fff;
    outline-offset: 2px;
}

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

@keyframes buorgfly {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.buorg-fadeout {
    transition: visibility 0s 8.5s, opacity 8s ease-out 0.5s;
}

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