.arquivos td,
.arquivos th {
    vertical-align: middle;
}
.arquivos tr td:first-child {
    padding-left: 15px !important;
}
.arquivos tr td:last-child {
    padding-right: 15px !important;
}
@media (max-width: 576px) {
    #scroll-editais-desc {
        max-height: 340px;
        overflow-y: scroll;
        background: #eeeff1;
        padding: 6px;
        border: 1px solid #d2d2d2;
    }
}
@media (min-width: 576px) {
    #filtro-tipos {
        margin-right: 16px;
    }
}