<style >
.custom-table {
    border: 1px solid #999999;
    border-collapse: collapse;
    width: 100%; /* Optionally set the width of the table */
}

.custom-table th,
.custom-table td {
    border: 1px solid #999999;
    padding: 16px; /* Adjust padding as needed */
    text-align: center;
    font-weight: normal
}

.custom-table th {
    background-color: #e7ebee;
}

</style >
