textarea,
input[type="text"] {
    color: black;
}

#mapa {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrap {
    max-width: 75em;
    min-height: 40em;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

#map-canvas {
    height: 99%;
}

input[data-readonly] {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    caret-color: transparent !important;
}

.td-label {
    display: none;
}

@media only screen and (max-width: 768px) {
    table {
        display: flex;
        flex-direction: column;
        border: 0px !important;
    }
    thead {
        display: none;
    }
    tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        padding: 10px;
        border: 1px solid #3c3c3c90;
        border-radius: 3px;
    }
    tbody td {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .td-label {
        display: inline-block;
        font-weight: 600;
        margin-right: 3px;
    }
}