.rbp-container {
    max-width:700px;
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
.rbp-logo { max-width:100%; margin-right:20px; margin-bottom:20px;}
.rbp-container label {
    display: inline-block;
    margin-right: 8px;
}
.rbp-box {
    background: #fff;
    border:1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    padding: 15px;
    margin:0;
}
.rbp-row {
    width: 100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border-bottom:1px solid #ccc;
    padding: 8px 0;
    box-sizing: border-box;
}

ul#rbp-nav {
    list-style: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    height:3rem;
}

ul#rbp-nav > li {
    float:left;
}
ul#rbp-nav > li > a {
    height: 3rem;
    display: block;
    padding: 0 1rem;
    line-height: 3rem;
    margin: 0 4px 0 0;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    background: #eee;
    margin-top: -1px;
}
ul#rbp-nav > li.active > a {
    margin-top: 0;
    background:#fff;
    border-bottom: 0
}
.rbp-alert {
    box-sizing: border-box;
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 0 20px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    line-height: 1.5;
    font-size: 130%;
    color: #282a27;
}

.rpb-small {
    font-size: 80% !important;
}

.rbp-right-block {
    text-align: right;
    display: block;
    width: 100%;
}