#size-chart-table{
  margin-top:1rem;
  max-height:300px;
  overflow-y:scroll;
}
table{
  width:100%;
  padding:5px;
  border-width: 0.5px;
  border-color:rgba(29, 23, 81, .5);

  border-style: solid !important;
}
th{
  font-weight:100;
  font-size:10px;
}