﻿input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.modal-filters {
    margin-top: 30px;
}

.glyphicon-big {
    font-size: 20px;
}
