
.hide {
    display: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    -ms-appearance: textfield;
}
.algnLeft
{
    text-align: left !important;
}
.algnCen
{
    text-align: center !important;
}
.algnRight
{
    text-align: right !important;
}

.subtext1 {
    font-size: 0.875em !important;
    font-style: italic !important;
    color: #666 !important;
}