small {
    text-transform: uppercase;
    font-size: 10px;
}

th {
    text-transform: uppercase;
    font-size: 10px;
}

thead {
    background-color: #F8FFFF;
    color: #70A3B0;
}

.rightAlignTable tr td:nth-child(2) {
    text-align: right;
    padding-right: 20px;
}

.borderlessTable td {
    border: none !important;
}

.btn-label-icon {
    width: 2rem;
    border-right: none !important;
    border-left: none !important;
    float: none !important;
    background-color: transparent !important;
}

.text-muted {
    color: #c8c8c8;
}

.form-group.text-right .btn {
    margin-left: 0.2rem;
}

.form-group .btn {
    margin-right: 0.2rem;
}

/* CP-4375: Hide stepper arrows on number inputs */
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;
}
