#formInteresLegal {
    padding-top: 25px;
}
#formInteresLegal .flex {
    display: flex;
}
#formInteresLegal .block-left,
#formInteresLegal .block-right {
    width: 50%;
}
#formInteresLegal button.close {
    margin-bottom: 20px;
    padding: 5px;
    width: 35px;
    height: 35px;
}
#bodyTablaFormInteresLegal fieldset:nth-child(1) .fila-top {
    display: none;
}
#formInteresLegal hr {
    border-top: 1px solid #fff;
    margin: 10px 0 20px;
}
#formInteresLegal option {
    background: #101820;
    color: #00BFB3;
}
#calcularInteresLegal table{
    width: 100%;
    max-width: 100%;
}
#calcularInteresLegal table th,
#calcularInteresLegal table td,
#calcularInteresLegal .magicTable{
    border: 0;
}
#calcularInteresLegal .magicTable > tbody:nth-child(2n) tr:not(.subitem){
    background-color: #192531;
}
#calcularInteresLegal .magicTable > tbody:nth-child(2n+1) tr:not(.subitem){
    background-color: #101820;
}
@media (max-width: 767px){
    #calcularInteresLegal .magicTable > thead > tr > *,
    #calcularInteresLegal .magicTable > tbody > tr > * {
        padding: 10px 5px;
    }
    #calcularInteresLegal .magicTable th:nth-last-child(1) {
        display: none;
    }
    #calcularInteresLegal .magicTable .col-indemnizacionTotal {
        display: none;
    }
}