.copyright a {
    color: #fb6340 !important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #0000001a;
}

div.dataTables_wrapper div.dataTables_info{
    padding-bottom: 10px;
}

.left-col-dt {
    float: left;
    width: 25%;
}

.center-col-dt {
    float: left;
    width: 50%;
}

.right-col-dt {
    float: left;
    width: 25%;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
