/* Firefox specific styles. These styles will ONLY be applied to firefox (all versions). */
@-moz-document url-prefix() {
    form.v-form .control-group select {
        padding-right: 0;
        margin-top: 4px;
        height: auto;
    }
}
