.aba-titulo-despesa {
    background-color: white;
    color: #D8313E;
}

hr {
    height: 3px;
    background-color: #D8313E;
}

.form-nome,
.form-data {
    background-color: #eee;
    padding: 20px 30% 20px 15px;
    border: 1px solid #bbb;
    margin: 0;
}

.search-nome {
    line-height: 24px;
    border-radius: 3px;
}

.select-mes,
.button-search,
.select-ano {
    height: 30px;
    width: 100%;
}

.button-search {
    width: 30px;
    background-color: #007bff;
    border: none;
    color: white;
}

th {
    background-color: #eee;
    color: black;
}

td {
    border-right: none !important;
    border-left: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

table tr:nth-child(even) {
    background: #fafafa
}

table tr:nth-child(odd) {
    background: #ffffff
}

td button {
    background-color: #eee;
    border: none;
    color: black;
    width: 80%;
    height: 24px;
}

.row.table {
    margin: 0;
}

.table>div {
    padding: 0;
}

.file_link {
    cursor: pointer;
}

@media (max-width:952px) {
    form {
        display: flex;
        flex-direction: column;
    }
    form>div {
        width: 100% !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .row.table {
        overflow-x: scroll;
        width: 100%;
        overflow: scroll;
        margin: 0;
    }
    .row.table>div {
        padding: 0;
    }
}