/*stupid modals dont work with nested zindexes so hide backdrop to fix*/
.modal-backdrop {
    display: none;
}

pre {
    border-radius: 2px;
}

blockquote, q {
    margin: 0;
}

/*************************/
/*         Theme         */
/*************************/
.btn-primary {
    color: #fff;
    background-color: rgb(104,159,56);
    border-color: rgb(104,159,56);
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: rgb(124,179,66);
    border-color: rgb(124,179,66);
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled]
.btn-primary.focus,
fieldset[disabled]
.btn-primary:focus,
fieldset[disabled]
.btn-primary:hover {
    background-color: rgb(124,179,66);
    border-color: rgb(124,179,66);
}