/* Div containing text and preview view */
.bbcode-textarea-wrapper {
    border: 1px solid #ccc;
}

/* Preview view for BBCodes */
.bbcode-textarea-wrapper .bbcode-preview-view {
    padding: 6px 12px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-image: linear-gradient(#f8f8f8, #ffffff);
    resize: vertical;
    overflow-y: auto;
}

/* Textarea */
.bbcode-textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    resize: vertical;
}

/* View pill*/
.bbcode-textarea-wrapper .bbcode-view-switcher {
    padding: 6px;
}

/* Nav pills */
.bbcode-textarea-wrapper .bbcode-custom-button-styling a {
    height: 24px !important;
    padding-top: 4px !important;
}

.bootstrap-primary-color-with-alpha {
    background-color: rgba(51, 122, 183, .05);
}
