﻿.educacao-dlg-body {
    height: calc(100% - 70px) !important;
}

.tbl-escolas {
    min-width: 650px;
}

#mob {
    display: none;
    position: fixed;
    width: 0px;
    height: 0px;
    background-color: var(--transparent);
    top: 0px;
    left: 0px;
}

@media only screen and (max-width: 600px) {
    #mob {
        display: block;
    }
}