/* CE page overrides */
.table-cmepedia {
  font-size: 0.9375rem;
}

.table-cmepedia th,
.table-cmepedia td {
  /* min-width: 100px; */
}
 .cme-cpd-section{
    border-radius: 16px;
    background:#fff;
  }
  .table-cmepedia tbody td, .table-cmepedia tbody th {
    background: #fff;
  }
  .sidebar-nav .list-group-item.active {
    background-color: var(--cmepedia-green);
    color: #fff;
    font-weight: 700;
    /* border-left: 4px solid var(--cmepedia-green); */
}

.table-cmepedia th,
.table-cmepedia td{
    padding:14px 16px;
    vertical-align:top;
}

.table-cmepedia thead {
    border-bottom: 2px solid #8FC3A0;
}
