/* Required css file */

/* fix issue when button disabled tooltip doesn't display */
.hasTooltip[disabled] {
    pointer-events: all !important;
}

/* btn-group adds a lot of space at bottom on cassopeia */
.controls > fieldset, .controls > fieldset .btn-group.radio {
    margin: 0 !important;
}