.transparent-highlight div {
    background: none;
    box-shadow: unset;
    color: #fff;
    max-width: 400px;
    width: 100%;
    height: unset;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.d-block {
    display: block;
}
.webinar-ace-wrap {
    background-color: #0078D433;
    padding: 48px 0;
    margin-top: 48px;
}
.webinar-table {
    margin: 2rem auto 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    float: unset;
}
.webinar-table .c-table {
    overflow: hidden;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0000006F;
    border-radius: 20px;
}
.webinar-table table,
.webinar-table table tr,
.webinar-table table tr td,
.webinar-table table tr th {
    border: 1px solid #ccc;
}
.webinar-table caption {
    padding: 1rem;
    text-align: center;
    background-color: #0078D4;
    color: #fff;
}
.webinar-table table tr th {
    background-color: #f0f0f0;
}
.webinar-table table tr th,
.webinar-table table tr td {
    width: 50%;
    text-align: center;
    padding: 1rem;
}
.webinar-january-edition table tr th,
.webinar-january-edition table tr td {
    width: 33.33%;
}