ul,
ul li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

.mobile-label {
    display: none;
}

@media (orientation: portrait) AND (max-width: 1024px) {
    thead {
        display: none;
    }
    tbody {
        display: flex;
        flex-direction: column;
    }
    tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 2rem;
    }
    .mobile-label {
        font-size: .75em;
        display: flex !important;
    }
}

#card-overlay .closer {
    position: absolute;
    top: 0;
    right: 0;
}

input.disabled,
select.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.75;
    background-color: #efefef;
}

#tbl-talleres td {
    vertical-align: middle;
}