<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main .detail {
  display: table;
  width: 100%;
}
#main .detail .image, #main .detail .textWrapper {
  display: table-cell;
  vertical-align: top;
}
#main .detail .image {
  padding-right: 20px;
}
#main .detail .textWrapper {
  width: 100%;
}
#main .detail .tableType1 th {
  width: 80px;
}
</pre></body></html>