<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">caption {
    padding: 10px;
}

table.sizeguide {
  border-collapse: collapse;
  text-align: center;
  font-family: 'Helvetica';
  table-layout: fixed;
}

table.sizeguide td {
  border: 1px solid #b7b7b7;
  height: 40px;
  width: 60px;
  border-collapse: collapse;
  text-align: center;
  font-family: 'Helvetica';
  font-size: 80%;
  font-weight: 150;
}

table.sizeguide th {
  border: 1px solid #b7b7b7;
  height: 40px;
  width: 60px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}


table.sizeguide tr:first-child td {
  border-top: 0;
}
table.sizeguide tr td:first-child {
  border-left: 0;
}
table.sizeguide tr:last-child td {
  border-bottom: 0;
}
table.sizeguide tr td:last-child {
  border-right: 0;
}

table.sizeguide th {
  border: 1px solid #b7b7b7;
  text-align: center;
}
table.sizeguide tr:first-child th {
  border-top: 0;
}
table.sizeguide tr th:first-child {
  border-left: 0;
}
table.sizeguide tr:last-child th {
  border-bottom: 0;
}
table.sizeguide tr th:last-child {
  border-right: 0;
}

.sizeguide tbody {
	font-size: 100%;
}

</pre></body></html>