table.data th {
  padding: 0.8em 1em;
  text-align: left;
}
table.data td p:first-child {
  margin-top: 0;
}
table.data td p:last-child {
  margin-bottom: 0;
}
table.data tr.spacer td {
  padding: 0;
}
table.data tr.spacer td:after {
  display: none;
}
table.card {
  margin-left: 1em;
  width: calc(100% - 2em);
}
.rules_header {
  background: url(../../img/home/baseball_field.jpg) no-repeat center bottom #0e2b3c;
  width: 100%;
  margin-top: -3em;
  margin-bottom: 1em;
  background-size: cover;
  padding: 1em;
  box-sizing: border-box;
}
.rules_header .logo {
  background: url(../../img/nffc-wtext.svg?v=1) no-repeat left center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 50%;
  height: 6em;
  max-width: 18em;
}
.rules_header .text {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.rules_header .text .main {
  color: #66D17F;
  font-size: 2.5em;
  font-weight: bold;
}
.rules_header .text .sub {
  color: White;
  font-size: 1.5em;
}
.flex_prizes {
  display: flex;
  flex-flow: row wrap;
  margin: 0.5em;
}
.flex_prizes > div {
  flex: 1;
  margin: 0.5em;
  min-width: 20em;
}
.flex_prizes > div > table.data {
  margin: 0;
  width: 100%;
}
.rules_wrapper {
  margin: 1em;
  padding: 0.5em;
  border-radius: 10px;
}
.rules_wrapper > .rules_wrapper_title {
  font-size: 1.5em;
  width: 100%;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.rules_wrapper > .rules_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rules_wrapper > .rules_container > .rules_container_title {
  font-size: 1.5em;
  width: 100%;
  font-weight: bold;
  margin-top: 1em;
  color: white;
}
.rules_wrapper > .rules_container > .rules_item {
  background: var(--tr-color);
  flex: 1;
  padding: 0.5em;
  margin: 0.5em;
  box-shadow: 0 1px 4px 0 var(--box-shadow-color);
}
.rules_wrapper > .rules_container > .rules_item > .rule_item_space {
  min-height: 2em;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_title {
  border-bottom: solid 1px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.2em 0 0.5em 0;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_flexrow {
  display: flex;
  flex-direction: row;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_flexrow > .rules_item_flexcolumn {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rules_wrapper > .rules_container > .rules_item ul {
  font-size: 0.9em;
  margin: 0.5em;
}
.rules_wrapper > .rules_container > .rules_item table.data {
  width: 100%;
  margin: 0;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_sub1 {
  font-size: 1em;
  display: flex;
  flex-direction: row;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_sub1 > div {
  flex: 1;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_sub1 > div > ul {
  font-size: 0.9em;
  margin: 0.5em;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_th {
  display: flex;
  flex-direction: row;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_th > div {
  flex: 1;
  font-size: 0.6em;
  text-align: center;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_tr {
  display: flex;
  flex-direction: row;
}
.rules_wrapper > .rules_container > .rules_item > .rules_item_tr > div {
  flex: 1;
  font-size: 1.2em;
  text-align: center;
}
.rules_wrapper .rules_bold {
  font-weight: bold;
}
.rules_wrapper .right {
  text-align: right;
}
.rules_wrapper .center {
  text-align: center;
}
.rules_wrapper .link {
  font-weight: bold;
}
.rules_wrapper .icon {
  font-size: 3em;
}
.rules_wrapper > table {
  margin: auto;
  max-width: 46em;
  margin-top: 1em;
}
#rules_tabBook {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-bottom: 4em;
}
#rules_tabBook > div {
  background: #363436;
  margin: 1em;
}
#rules_tabBook > div > div > .rules_module {
  background: var(--tr-color);
  margin: 1em;
  padding: 0.5em;
}
#rules_tabBook > *:nth-child(1) {
  width: 12em;
  margin: 1em;
  margin-right: 0;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  background: #363436;
}
#rules_tabBook > *:nth-child(1) > a {
  width: 100%;
  height: 3em;
  line-height: 3em;
  color: #31ADD0;
  text-align: left;
}
#rules_tabBook > *:nth-child(1) > a:before {
  content: "> ";
}
#rules_tabBook > *:nth-child(1) > a:first-of-type {
  height: 4em;
  padding-top: 0.5em;
  width: 12em;
  max-width: 100%;
}
#rules_tabBook > *:nth-child(1) > a:first-of-type:before {
  display: none;
}
#rules_tabBook > *:nth-child(1) > a:first-of-type .btn {
  max-width: 100%;
}
#rules_tabBook > *:nth-child(1) > a.btn {
  width: auto;
  margin: 1em;
  height: auto;
  padding: 0 1em;
  background: var(--primary-color);
  color: white;
  text-align: center;
}
#rules_tabBook > *:nth-child(1) > button {
  width: 100%;
  text-align: left;
  padding: 0 1em;
  height: auto !important;
  border-radius: 0;
  line-height: 4em;
  height: 4em;
  border-bottom: 1px solid rgba(151, 151, 151, 0.17);
}
#rules_tabBook > *:nth-child(1) > button[disabled] {
  cursor: default;
  text-align: center;
  font-size: 0.55em;
  text-transform: uppercase;
  color: var(--header-fg-color);
  background: #363436;
}
#rules_tabBook > *:nth-child(1) > button.selected {
  border-right: solid 5px #31add0;
}
#rules_tabBook > *:nth-child(1) > button.selected span {
  width: 0;
  height: 0;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-left: 1em solid #31ADD0;
  position: absolute;
  display: block;
  margin-left: 14em;
  display: none;
}
#rules_tabBook > *:last-child {
  flex: 1;
}
#rules_tabBook > *:last-child .flex_me {
  display: flex;
}
#rules_tabBook > *:last-child .flex_me > div {
  flex: 1;
  margin-right: 1em;
}
#rules_tabBook > *:last-child .flex_me > div:last-child {
  margin-right: 0;
}
#rules_tabBook > *:last-child .flex_me > div table.data td:nth-child(2) {
  text-align: right;
}
#rules_tabBook > *:last-child #kds > div {
  width: 3em;
  height: 3em;
  line-height: 3em;
  color: White;
  text-align: center;
  display: inline-block;
  margin-right: 0.5em;
  background: no-repeat center center;
  background-size: contain;
  border-radius: 0;
  line-height: 1.7em;
  text-shadow: -0.05em 0.05em 0 #175986;
  font-size: 1rem;
}
#rules_tabBook > *:last-child #kds[data-sport='hockey'] > div {
  background-image: url(/frontend/img/nfhkc-empty.svg);
}
#rules_tabBook > *:last-child #kds[data-sport='football'] > div {
  background-image: url(/frontend/img/nffc-empty.svg);
}
#rules_tabBook > *:last-child #kds[data-sport='baseball'] > div {
  background-image: url(/frontend/img/nfbc-empty.svg);
}
#rules_tabBook > *:last-child #kds[data-sport='basketball'] > div {
  background-image: url(/frontend/img/nfbkc-empty.svg);
}
#scoring_tabBook {
  padding: 1em;
}
#scoring_tabBook table {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 60em) {
  .rules_wrapper > .rules_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 35em) {
  .rules_header .logo {
    width: 100%;
    background-position: center center;
    margin-bottom: 1em;
    max-width: 100%;
  }
  .rules_header .text {
    width: 100%;
  }
}
@media screen and (max-width: 37em) {
  #rules_tabBook > button.showTabs {
    border: none;
    color: #7b8b8e;
    box-sizing: border-box;
    font-size: 0.8em;
    outline: none;
    background: #f9fafa;
    margin-bottom: 1em;
    width: 100%;
    text-align: left;
    padding: 0 1em;
    border-radius: 0;
    line-height: 4em;
    height: 4em;
    border-bottom: 1px solid rgba(151, 151, 151, 0.17);
    box-shadow: 0 2px 3px 0 rgba(56, 64, 71, 0.1);
    display: none;
  }
  #rules_tabBook > *:nth-child(1) {
    width: 100%;
    margin: 1em;
  }
  #rules_tabBook > *:nth-child(1) > button.selected {
    color: #7b8b8e;
    background: #f9fafa;
  }
  #rules_tabBook > *:nth-child(1) > button.selected span {
    display: none;
  }
  #rules_tabBook > *:last-child {
    display: none;
  }
  #rules_tabBook.pageSelected > div:first-child {
    display: none;
  }
  #rules_tabBook.pageSelected > div:last-child {
    display: block;
  }
  #rules_tabBook.pageSelected > button.showTabs {
    display: block;
    margin: 1em;
  }
  #scoring_tabBook > div:first-child > button {
    height: 2em;
    padding: 1em;
    display: inline-flex;
  }
}
table.data {
  font-size: 0.9em;
}
table.data table.data {
  margin: 0;
  width: 100%;
}
table.data table.data th[colspan='100%'] {
  border-bottom: none;
}
table.data table.data tr:last-child td {
  border-bottom: none;
}
table.sortable th {
  color: White;
}
@media screen and (max-width: 42em) {
  #rules_tabBook > *:last-child .flex_me {
    display: block;
  }
  #rules_tabBook > *:last-child .flex_me > div {
    margin-right: 0;
  }
  #rules_tabBook > *:last-child .flex_me > div table {
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=rules.css.map */