.top, .bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;

}

.dataTables_wrapper .dt-buttons {
    float: left;
}

.dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_wrapper .dt-buttons button {
    background-color: #183763;
    color: white;
    border-radius: 4px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

.dataTables_wrapper .dt-buttons button:hover {
    background-color: #3f51b5;
}
