table.draft_results {
  margin: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
table.draft_results > thead > tr > td,
table.draft_results > tbody > tr > td,
table.draft_results > tfoot > tr > td,
table.draft_results > thead th,
table.draft_results > tbody th,
table.draft_results > tfoot th {
  line-height: .8em;
  white-space: nowrap;
  text-align: left;
}
table.draft_results > thead > tr > td:nth-child(4):not([colspan="100%"]),
table.draft_results > tbody > tr > td:nth-child(4):not([colspan="100%"]),
table.draft_results > tfoot > tr > td:nth-child(4):not([colspan="100%"]),
table.draft_results > thead th:nth-child(4):not([colspan="100%"]),
table.draft_results > tbody th:nth-child(4):not([colspan="100%"]),
table.draft_results > tfoot th:nth-child(4):not([colspan="100%"]),
table.draft_results > thead > tr > td:nth-child(5):not([colspan="100%"]),
table.draft_results > tbody > tr > td:nth-child(5):not([colspan="100%"]),
table.draft_results > tfoot > tr > td:nth-child(5):not([colspan="100%"]),
table.draft_results > thead th:nth-child(5):not([colspan="100%"]),
table.draft_results > tbody th:nth-child(5):not([colspan="100%"]),
table.draft_results > tfoot th:nth-child(5):not([colspan="100%"]),
table.draft_results > thead > tr > td:nth-last-child(1):not([colspan="100%"]),
table.draft_results > tbody > tr > td:nth-last-child(1):not([colspan="100%"]),
table.draft_results > tfoot > tr > td:nth-last-child(1):not([colspan="100%"]),
table.draft_results > thead th:nth-last-child(1):not([colspan="100%"]),
table.draft_results > tbody th:nth-last-child(1):not([colspan="100%"]),
table.draft_results > tfoot th:nth-last-child(1):not([colspan="100%"]) {
  text-align: right;
  padding-left: 0;
  padding-right: 1em;
}
table.draft_results > thead > tr > td:nth-child(1),
table.draft_results > tbody > tr > td:nth-child(1),
table.draft_results > tfoot > tr > td:nth-child(1),
table.draft_results > thead th:nth-child(1),
table.draft_results > tbody th:nth-child(1),
table.draft_results > tfoot th:nth-child(1) {
  padding-right: .5em;
}
table.draft_results > thead > tr > td:nth-child(1) > a > div,
table.draft_results > tbody > tr > td:nth-child(1) > a > div,
table.draft_results > tfoot > tr > td:nth-child(1) > a > div,
table.draft_results > thead th:nth-child(1) > a > div,
table.draft_results > tbody th:nth-child(1) > a > div,
table.draft_results > tfoot th:nth-child(1) > a > div {
  display: none;
  padding-right: .5em;
  width: 50px;
  height: 67.5px;
  background-size: 100% 100%;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: .5em;
}
.sticky {
  overflow-x: auto;
  overflow-y: visible;
  margin-bottom: 1em;
}
@media screen and (max-width: 45em) {
  table.data {
    margin-top: 0;
  }
  table.data > thead > tr > td:nth-child(1) > a > div,
  table.data > tbody > tr > td:nth-child(1) > a > div,
  table.data > tfoot > tr > td:nth-child(1) > a > div,
  table.data > thead th:nth-child(1) > a > div,
  table.data > tbody th:nth-child(1) > a > div,
  table.data > tfoot th:nth-child(1) > a > div {
    display: inline-block;
  }
  table.data > tbody > tr > td {
    padding: .3em 1em;
  }
}
/*# sourceMappingURL=draft_results.page.css.map */