.asp-ute-form-field{
    width:100%;
}

.asp-ute-tax-exemption-form-row label{
    display: inline-block;
    width: 50%;
}

.asp-ute-tax-certificate-row label{
    width: 50%;
}

.asp-ute-tax-exemption-form-row input,
.asp-ute-tax-exemption-form-row select{
    padding:10px;
}

.asp-ute-tax-exemption-form-checkbox label{
    display: none;
}

.asp-ute-tax-exemption-form-checkbox input{
    width: auto;
}

.asp-ute-tax-exemption-form-row .description,
.asp-ute-tax-exemption-form-radio .description{
    display: block;
}

.asp-ute-tax-exemption-form-checkbox .description{
    display: inline-block;
}

.asp-tax-exemption-form-submit,
.asp-tax-exemption-form-resubmit{
    text-align: right;
}

.asp-ute-tax-exemption-status-name{
    background-color: aqua;
    padding: 3px;
    width: 15%;
    display: inline-block;
    text-align: center;
    color: #222;
    border-radius: 5px;
}

.asp-ute-status-approved{
    background-color: green;
    color: #fff;
}

.asp-ute-status-expired,.asp-ute-status-rejected{
    background-color: red;
    color: #fff;
}

.asp-ute-saved-field{
    cursor: not-allowed !important;
}

.asp-ute-tax-exemption-form-cancel-row{
    text-align: right;
}