@import 'variables';

.filter-group {
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
    width: 100%;

    > [class*="btn"] {

        border-radius: 0;
        //Override bootstrap default and always fill screen with these
        margin-left: 0 !important;
        padding-left: 0;
        padding-right: 0;

        &.btn {
            font-size: 12px;
            font-weight: 700;
            height: 40px;
            width: 20%;

            &.active {
                background: $dawn;
                color: white;
            }

            &:focus {
                outline: none;
            }
        }
    }
}
