﻿.textbox{
   font-size: 14px;
}


/* Rule for removing/hiding the up/down arrows on input fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Rule for removing/hiding the up/down arrows on input fields */
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

