table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
}

table td:first-child {
    width: 15%;
}
  
table td:nth-child(2) {
    width: 25%;
}

.note {
    margin: 20px;
    padding: 0 20px;
    border-inline-start: 2px solid #00c000;
}

.note:before {
    position: absolute;
    width: 3rem;
    height: 3rem;
    margin-inline-start: calc(-1.5rem - 21px);
    content: "ⓘ";
    text-align: center;
    background-color: var(--bg);
    color: #00c000;
    font-weight: bold;
    font-size: 2rem;
}

html.light .not-light, html.rust .not-light {
    display: none;
}
 html.coal .not-dark, html.navy .not-dark, html.ayu .not-dark {
    display: none;
}

figure {
    margin:0;
    padding:0;
}