body .buorg {
    border-bottom: none;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    background-color: #efefef;
    font: 16px "architype-light",sans-serif;
    box-shadow: none;
    animation: 1s ease-out 0s buorgfly
}

body .buorg b {
    font: 16px "architype-bold","architype-light",sans-serif;
}

body .buorg-buttons #buorgig {
    color: rgba(0, 0, 0, 0.87);
    background-color: #c8c8c8;
    box-shadow: none;
    border-radius: 0;
}

body .buorg-buttons #buorgig:focus {
    outline: 0;
}

body .buorg-buttons #buorgul {
    display: none;
}