html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

body {
  background-color: #000000; }

@font-face {
  font-family: "EndzoneSansCond";
  src: url(./fonts/endzonesanscond-light-webfont.woff); }
@font-face {
  font-family: "OpenSansCondLight";
  src: url(./fonts/OpenSans-CondLight.woff); }
footer {
  background-color: #666666;
  height: 100px;
  padding-top: 30px; }

.footer-links a {
  text-decoration: none; }

.footer-links {
  text-align: center;
  margin-bottom: 30px; }

.footer-links a:not(:last-child) {
  margin-right: 20px; }

.copyright {
  display: block;
  text-align: center;
  font-family: "EndzoneSansCond";
  font-size: 12px;
  color: white;
  letter-spacing: 0.75px; }

.text-red {
  color: #FA3F37; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

.text-header {
  font-family: "EndzoneSansCond";
  font-size: 32px;
  letter-spacing: 1.14px;
  text-align: left;
  margin-bottom: 24px;
  display: block;
  text-transform: uppercase; }

.text-itself, .text-body {
  font-family: "EndzoneSansCond";
  font-size: 21px;
  letter-spacing: 1.5px;
  text-align: left;
  display: block; }

.content-block {
  width: 85%;
  max-width: 940px;
  background-color: #F3EDD3;
  margin: 0 auto; }

@media only screen and (max-width: 480px) {
  .content-block {
    width: 100%; }

  .text-header {
    text-align: center; }

  .text-itself {
    text-align: center; } }
section.strategy-card {
  background-color: #F3EDD3;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  margin-right: 5%;
  font-family: "EndzoneSansCond";
  text-transform: uppercase;
  font-size: 16.0px;
  font-weight: 100;
  letter-spacing: 1px; }

.strategy-card .rulestable td {
  width: 23.5px;
  height: 24.0px;
  font-weight: 100; }
.strategy-card table {
  padding: 0px;
  border-spacing: 0px;
  margin: 0px;
  font-size: inherit; }
.strategy-card .rulestable {
  border-spacing: 1px; }
.strategy-card .rulestable th {
  font-weight: 500; }
.strategy-card .rulestable .player-label {
  -webkit-transform: rotate(90deg); }
.strategy-card .rulestable .dealer-label {
  text-align: left;
  font-weight: 100;
  color: #FA3F37;
  top: 4px;
  position: relative;
  padding-bottom: 4px; }
.strategy-card .rulestable .row-label {
  letter-spacing: 0px;
  width: 40px; }
.strategy-card .rulestable .section-divider td {
  height: 15px;
  font-size: 1px; }
.strategy-card .rulestable .section-header th {
  text-align: left;
  padding-top: 15px;
  font-weight: normal;
  border-top: solid #666666 1px; }
.strategy-card .stand, .strategy-card .stand b {
  background-color: #FA3F37; }
.strategy-card .hit, .strategy-card .hit b {
  background-color: #42b851; }
.strategy-card .double, .strategy-card .double b, .strategy-card .double-hit, .strategy-card .double-hit b {
  background: #5ec4cc; }
.strategy-card .double-stand, .strategy-card .double-stand b {
  background: #5ec4cc; }
.strategy-card .split, .strategy-card .split b {
  background: #fad93f; }
.strategy-card .surrender, .strategy-card .surrender b {
  background: #ffffff; }
.strategy-card .key {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px; }
.strategy-card dl.legend {
  vertical-align: middle;
  text-align: left;
  padding: 0px;
  overflow-x: display;
  height: 24px;
  margin: 0px;
  margin-top: 8px; }
.strategy-card .legend dt, .strategy-card .legend dd {
  -webkit-margin-start: 0px;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin: 0px; }
.strategy-card .legend dt {
  width: 23.5px;
  text-align: center; }
.strategy-card .legend dd {
  padding-left: 5px;
  letter-spacing: 1px;
  padding-right: 2px; }
.strategy-card .legend dt.stand, .strategy-card .legend dt.double, .strategy-card .legend dt.split {
  margin-left: 19px; }
.strategy-card .invisible {
  display: none; }
.strategy-card div.rules {
  font-weight: bold;
  border-top: solid #666666 1px;
  margin-top: 18px;
  padding-top: 18px;
  margin-bottom: 2px; }
.strategy-card ul.rules {
  margin-top: 0px;
  list-style-position: inside;
  padding-left: 0px; }

/*# sourceMappingURL=card.css.map */
