/* Registration-instruction.html styles - CSP Compliant */

/* Table styling for customer instructions */
.customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 96%;
}

.customers td,
.customers th {
    border: 1px solid #ddd;
    padding: 8px;
    height: 20px;
}

.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #e4e8ea;
    color: #333231;
}

/* Margin utility class */
.MT30 {
    margin-top: 30px !important;
}

/* Clear float utility class */
.clear-both {
    clear: both;
}
