section[id^="portlet_sk_mzv_portal_statealphabet_portlet_StateAlphabetPortlet_"]
.portlet-content {
    padding: 0 !important;
}

.esmzv-states-by-alphabet-table {
    max-width: 960px;
    margin: 0 auto;
}

.esmzv-states-by-alphabet-table .filter-options-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.esmzv-states-by-alphabet-table
button.filter-starting-letter {
    outline: none;
    border: none;
    background: #ffffff;
    text-decoration: underline;
    color: #0065b3;
    padding: 0 2px;
}

.esmzv-states-by-alphabet-table
button.filter-starting-letter:focus {
    color: #0b0c0c;
    background-color: #ffdf0f;
    text-decoration: none;
    box-shadow: 0 0px #ffdf0f, 0 2px #0b0c0c;
}

.esmzv-states-by-alphabet-table
button.filter-starting-letter:hover:not(:focus):not(:active),
a.states-by-alphabet-dt-link:hover:not(:focus):not(:active) {
    color: #003078;
    text-decoration-thickness: max(3px, .1875rem, .12em);
}

.esmzv-states-by-alphabet-table
button.filter-starting-letter.active {
    pointer-events: none;
    color: #0b0c0c;
} 

.esmzv-states-by-alphabet-table .govuk-select {
    background-color: #ffffff;
}

.esmzv-states-by-alphabet-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.esmzv-states-by-alphabet-table table td {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.25;
    padding: 1em 1.05263em 1em 0;
    text-align: left;
    border-bottom: 1px solid #bfc1c3;
}

.esmzv-states-by-alphabet-table table tr:first-child {
    border-top: 1px solid #bfc1c3;
}

.esmzv-states-by-alphabet-table table td:last-child {
    padding-right: 0;
}

.esmzv-states-by-alphabet-table table td:last-child {
    text-align: right;
}

a.states-by-alphabet-dt-link {
    text-decoration: underline;
}

a.states-by-alphabet-dt-link:focus {
    text-decoration: none;
}

a.states-by-alphabet-dt-link.highlighted {
    font-weight: 700;
}

.esmzv-states-by-alphabet-table table .dataTables_empty {
    text-align: center !important;
}

table.esmzv-states-by-alphabet-dt {
    width: 100% !important;
}

.states-by-alphabet-dt-icon-link-column {
    display: flex;
}

.states-by-alphabet-dt-icon-link-column.centered {
    justify-content: space-between;
}

.states-by-alphabet-dt-icon-link-column.left-aligned {
    justify-content: flex-start;
}

.states-by-alphabet-dt-icon-link-column.right-aligned {
    justify-content: flex-end;
}  

.ap-prdt-file-format-icon-container {
    min-width: 65px;
    text-align: center;
}

a.states-by-alphabet-dt-icon-link {
    display: inline-block;
}

a.states-by-alphabet-dt-icon-link:focus {
    box-shadow: 2px 0px 0px 2px #ffdf0f;
}

img.states-by-alphabet-dt-icon {
    width: 36px;
    height: 36px;
}

@media (min-width: 40.0625em) {
    .esmzv-states-by-alphabet-table table td {
        font-size: 1.19rem;
        line-height: 1.31579;
    }
}