/* Add here all your CSS customizations */
table.full-table {
    width: 100%;
    float: left;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}