.py-4 {
    padding-top: 8rem!important;
}
@media screen and (max-width: 992px){
    .py-4 {
        padding-top: 6rem!important;
    }
}
.form-search {
    margin: 30px 0 20px;
}
.form-search a {
    margin-right: 20px;
}
table {
    width: 100%;
    margin-bottom: 50px;
}
tr {
    background-color: #f9f9f9;
}
th {
    color: #ffffff;
    min-width: 93px;
    background-color: #212529;
    padding: 10px 20px;
}
td {
    padding: 10px 20px;
}
table tr:nth-child(odd){
    background-color: #eee
}
.icon {
    width: 16px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.td-menu {
    text-align: right;
}