table.colwidths-auto td {
    width: 50%
}

article.pytorch-article .wy-table-responsive {
  overflow: auto;
  font-size: 80%;
  margin-bottom: 0 !important;
}

article.pytorch-article .wy-table-responsive table tbody .row-odd {
  background-color: #f3f4f7;
}
article.pytorch-article .wy-table-responsive table thead th {
    /* text-align: center; */
  line-height: 1.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0;
}
article.pytorch-article .wy-table-responsive table tbody td {
  color: #6c6c6d;
  white-space: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  border-bottom: #e4e4e4 1px solid;
  vertical-align: middle;
  padding: 0 0.5rem;
}
article.pytorch-article .wy-table-responsive table th p{
  margin-bottom: 0.5rem;
}
article.pytorch-article .wy-table-responsive table td p{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
article.pytorch-article .wy-table-responsive table{
  display: block;
  margin-bottom: 2rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.header-logo {
    background-image: url("../images/logo.svg");
    background-size: 300px 200px;
    height: 200px;
    width: 300px;
    top: -80px;
    left: -40px;
}

.two-column-table-wrapper {
    width: 50%;
    max-width: 300px;
    overflow-x: auto;
}

.two-column-table-wrapper .highlight {
    width: 1500px
}
