#home-page ol {
    list-style-type: lower-alpha;
}

#home-page ol ol {
    list-style-type: lower-roman;
}

#submit-claim main li {
    margin-bottom: 1rem;
}

#submit-claim input[type="checkbox"],
#submit-claim input[type="radio"] {
    border-color: black;
}

#submit-claim legend {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#claim-fields table {
    table-layout: fixed;
    width: 100%;
}

#claim-fields table th {
    font-weight: bold;
    background-color: #cecdcd;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    width: 25%;
}

#claim-fields table td {
    border: 1px solid black;
    padding: 10px;
}

#claim-fields table select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #7a7d81;
    height: 100%;
    padding: 10px;
    background: transparent;
}

#add_row:hover {
    text-decoration: underline;
    cursor: pointer;
}

.submit-offset {
    margin-left: 41.666667%;
}

@media (max-width: 768px) {
    .submit-offset {
        margin-left: 0;
    }
}