.cb_header h2 {
    margin: 0 !important;
    padding: 0 !important;
}
.cb_header {
    border-bottom: 1px solid #cccccc;
    margin: 0 !important;
    padding: 0 !important;
}

.cb_bbpress {
    width: 780px;
    border: 1px solid #333;
    padding: 25px;
}
.cb-bbpress-admin-section {
    border: 1px solid #999;
}
.cb-bbpress-admin-section h2 {
    background: #3287E6;
    margin: 0;
    padding: 10px;
    color: #FFF;
    text-shadow: 1px 1px 0px #000;
}
.cb-bbpress-admin-section-block {
    padding: 20px;
    border-bottom: 1px #999 solid;
}
.cb-bbpress-admin-section-block {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    padding: 40px;
    overflow: hidden;
}
.cb-bbpress-admin-section-block h3 {
    margin: 0 0 10px 0px;
    font-weight: 100;
    font-size: 16px;
}
.cb-bbpress-admin-section-block input[type=radio] {
    display: none;
}

.cb-bbpress-admin-section-block label {
    float: left;
}

.cb-bbpress-admin-section-block label {
    display: inline-block;
    width: 60px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

.cb-bbpress-admin-section-block label:hover {
    cursor: pointer;
}

.cb-bbpress-admin-section-block input[type=radio]:checked + label {
    background-color: #A5DC86;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cb-bbpress-admin-section-block label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.cb-bbpress-admin-section-block label:last-of-type {
    border-radius: 0 4px 4px 0;
}