// Accordion
.accordian-header {
    background-color: $accordian-header;
}

// Buttons
.btn.btn-primary {
    background: $btn-primary-bg;
}

.btn.btn-danger {
    background: $btn-danger-bg;
}

.fixed-action {
    position: fixed;
    top: 108px;
    right: 32px;
    z-index: 20;
}

.fixed-action-slight {
    position: fixed;
    top: 94px;
    right: 32px;
    z-index: 20;
}

.pagination {
    margin-top: 30px;
}
