@import "../vendor/@tabler/core/dist/css/tabler.min-f3hpSuT.css";

.agency-data a
{
    font-weight: bold;
}

input.no-rollers
{
    /* Hide the spinners */
    -moz-appearance: textfield;  /* Firefox */
    appearance: textfield;
}

input.no-rollers::-webkit-outer-spin-button,
input.no-rollers::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input.no-rollers
{
    max-width: 300px;
    font-size: .75rem;
}

.icon-sm
{
    font-size: 1.1rem;
}

table thead tr th.yeswrap
{
    white-space: normal;
}
