.form-group {
    margin-bottom: 2em;
}

.btn-group {
    width: 100%;
}

.btn-group input {
    visibility: hidden;
    position: absolute;
}

.btn-group .btn {
    background-color: buttonface;
    border-color: #ccc;
}

.btn-group .btn.active {
    background-color: #286090;
    color: #fff;
    border-color: #204d74;
}

.table-filter-input {
    padding: 2px 6px;
    border: none;
    color: #000;
    font-weight: normal;
    width: 100%;
}
