/* form {
    display: flex;
    align-items: center;
    padding: 2em 0;
    border: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    margin: 2em 0;
}
form select,
input[type="search"] {
    width: 50%;
    margin: 0 1em;
}
.dataTables_length {
    display: flex!important;
    align-items: center;
}
.dataTables_length label {
    margin-right: .5em;
}
select[name="products-table_length"] {
    width: 80px;
}
label {
    font-size: 16px;
    font-weight: 600;
}
form input {
    color: #000!important;
    margin-left: calc(40% - 100px)
}
th {
    text-align: left;
    border: 1px solid #ccc!important;
}
td, tr, th {
    font-size: 16px!important;
    background: none!important;
    border-width: 0px 0px 1px 0px!important;
    vertical-align: middle!important;
    font-family: "Quattrocento Sans", Sans-serif!important;
}
a {
    text-decoration: underline!important;
}

div#products-table_info,
div#products-table_paginate {
    margin: 2em 0!important
} */