
.rtbs-container {
    min-width: 500px;
    background: #eee;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.rtbs-container:before,
.rtbs-container:after {
    display: table;
    content: " ";
}

.rtbs-container:after {
    clear: both;
}

.rtbs-plugin-section-header {
    font-size: 18px;
    background-color: #0F5592;
    padding: 10px;
    color: white;
}

.rtbs-plugin-title {
    color: #e74c3c;
}

.rtbs-plugin-box {
    border: 1px solid #bdc3c7;
    padding: 10px;
}

.rtbs-plugin-total {
    font-size: 16px;
    font-weight: bold;
}

.rtbs-plugin-navbar {
    background-color: #0F5592;
    height: 70px;
    color: white;
}

.rtbs-plugin-navbar-number {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 39px;
    height: 39px;
    padding: 6px;

    background: silver;
    border: 2px solid #999;
    color: #666;
    text-align: center;

    font: 22px Arial, sans-serif;

    margin-top: 15px;
}

.rtbs-plugin-navbar-text {
    color: silver;
    margin-top: -32px;
    margin-left: 24px;
}

.rtbs-plugin-navbar-active .rtbs-plugin-navbar-number {
    background: white;
}

.rtbs-plugin-navbar-active .rtbs-plugin-navbar-text {
    color: white;
    font-weight: bold;
}

.rtbs-plugin-content {
    padding: 10px 5px 10px 5px;
    color: black;
}

.rtbs-plugin-promo-code {
    width: 150px;
    display: inline;
}

.rtbs-plugin-tandc-error {
    color: red;
}