#sizechart table td {
    text-align: center;
    border: 0.5pt solid #a99e81;
    height: 50px;
    width: 60px;
}

table {
    border-collapse: collapse;
}

#sizechart td.divider {
    border: none;
    width: 40px;
}

#sizechart tr.sizechart-head td {
    border: none;
}

#sizechart tr.sizechart-body td:first-child {
    border: none;
  	background-color: transparent;
}

.pink td:nth-child(odd) {
    background-color: #ffebb5;
}

#sizechart {
    border: 1px solid var(--primary);
    padding: 30px;
    width: 750px;
    background-color: #fff8e5;
    border-radius: 5px;
}

