table.dataTable2 {
    border-collapse: collapse !important;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.table,
th,
td {
    border: 1px solid white;
    overflow-x: auto;
}

h6 {
    text-align: center;
    font-weight: bold;
}

thead {
    font-weight: bold;
    text-align: center;
}

.header {
    display: flex;
    justify-content: space-between;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
}

.body {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.hr {
    margin-top: -15px;
}

.bleau {
    width: 30%;
    margin-left: 70%;
}

.footer {
    background-color: #f5f5f5;
}

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}