﻿#buorg {
    width: 550px;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #000;
    background-color: #FFF39F;
    font: 16px Arial, Helvetica, sans-serif;
    border: 0;
    border-radius: 20px;
    padding: 10px;
}

.buorg-buttons {
    margin-top: 10px;
}