Try your search with a different keyword or use * as a wildcard.
.exemption-certificates-page h3 {
text-align: center;
}
.exemption-certificates-page p {
margin: 10px 0;
text-align: justify;
line-height: 22px;
}
.description a {
color: #4ab2f1;
}
.exemption-certificates-page .form-fields .exposure-zone {
display: flex;
flex-flow: wrap;
justify-content: space-between;
align-items: center;
}
.exemption-certificates-page .form-fields .inputs label {
display: inline;
padding-right: 10px;
}
.exemption-certificates-page .form-fields select {
width: auto;
}
.exemption-certificates-page .form-fields .inputs,
.exemption-certificates-page .form-fields .buttons {
margin: 5px auto;
}
.section.exemption-certificates .title {
margin: 30px 0;
}
.exemption-certificates-page .table-wrapper .data-table th,
.exemption-certificates-page .table-wrapper .data-table td {
border-width: 1px 0;
background-color: transparent;
padding: 20px;
}
.exemption-certificates-page .table-wrapper .data-table th {
font-weight: 600;
}
.exemption-certificates-page .status span {
padding: 4px;
color: #fff;
font-weight: 600;
background-color: #d9534f;
border-radius: 2px;
}
.exemption-certificates-page .status .exemption-COMPLETE {
background-color: #5cb85b;
}