﻿
/* Hide the number input arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

.label-calculated-value {
    display: block;
    padding-top: 2px; /*Aligns vertically with standard Bootstrap inputs */
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}

.htBold {
    font-weight: bold !important;
}

