.ii-table-outer-div {
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ii-table {
    border-collapse: initial;
    border-spacing: 0 .375rem;
    position: relative;
    left: 5%;
}
.ii-table th {
    padding-bottom: 1rem;
}
.align-top {
    vertical-align: top;
}
.ii-table td {
    border-right-width: 1px;
    border-color: rgb(237 237 237/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
background-color: rgb(246 247 248);
    padding: .75rem 1rem;
    -webkit-text-fill-color: black;
}
tr th{
    -webkit-text-fill-color: black !important;
    background-color: cornflowerblue;
}
.table_title{
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    opacity: 0.8;
    margin:10% auto;
    -webkit-text-fill-color: black !important;
}
.align-top a{
    -webkit-text-fill-color: black !important;
}
td i{
    -webkit-text-fill-color: black !important;
}
th sup{
    -webkit-text-fill-color: black !important;
}
td sup{
    -webkit-text-fill-color: black !important;
}