* {
  box-sizing: border-box;
}

body,
.site-body {
  margin: 0;
  background: #f2f2f2;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
}

.site-container {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  background: #fff;
  box-shadow: none;
  overflow-x: auto;
}

.page-shell,
.content-container,
.content-row,
.content-column,
.full-width-column,
.results-section,
.results-card,
.feature-card,
.common-numbers-card,
.previous-results-card,
.dream-numbers-card,
.teer-formula-card,
.html-content {
  width: 100%;
}

.clear-row,
.mobile-clear-row,
.tablet-clear-row {
  display: none;
}

#siteHeader {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
}

#siteHeaderInner {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-areas:
    "logo title"
    "logo slogan";
  justify-items: stretch;
  align-items: center;
  gap: 4px 18px;
  min-height: 120px;
  padding: 12px 18px;
  text-align: left;
}

#siteHeaderInner > a {
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logo {
  display: block;
  width: 115px;
  max-width: 100%;
  height: auto;
}

.site-title-block {
  grid-area: title;
  position: static !important;
}

.site-title {
  margin: 0;
  line-height: 1.15;
  text-align: left;
  overflow-wrap: anywhere;
}

.site-title a {
  color: #0b4c8c;
  text-decoration: none;
}

.site-tagline-block {
  grid-area: slogan;
  position: static !important;
}

.site-tagline {
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  overflow-wrap: anywhere;
}

#contentWrapper {
  clear: both;
}

#mainContent {
  width: 100%;
}

#siteFooter {
  margin-top: 24px;
  background: #1f1f1f;
  color: #fff;
}

.footer-bottom,
.footer-inner,
.footer-content {
  width: 100%;
}

.footer-content {
  padding: 16px 12px;
}

#siteFooter a {
  color: #fff;
}

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  display: inline-block;
  padding: 7px 10px;
  border-radius: 4px;
  background: #4487ce;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.result-table-bordered td,
.result-table-bordered th {
  border: #000 solid 1px !important;
}

a.red-link,
a.red-link:hover,
a.red-link:active,
a.red-link:visited {
  color: red;
}

a.red-link:hover {
  text-decoration: underline;
}

h3,
.h3 {
  color: #000;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blinking {
  animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
  0% {
    color: red;
  }

  49% {
    color: #000;
  }

  60% {
    color: green;
  }

  99% {
    color: #000;
  }

  100% {
    color: red;
  }
}

.main-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #4487ce;
  text-align: center;
}

.main-navigation a {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.main-navigation button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.main-navigation button.menu-toggle {
  color: #f2f2f2;
  padding: 14px 16px;
  font-size: 17px;
}

.main-navigation a:hover {
  background-color: #ddd;
  color: black;
}

.main-navigation button.menu-toggle {
  display: none;
}

.menu-icon {
  display: block;
  width: 40px;
  height: auto;
}

.noscript-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.noscript-text {
  margin-left: 10px;
}

.small-text-indent {
  text-indent: 0.3em;
}

.site-title-text {
  font-size: 1.5em;
}

.collapse-spacer {
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-margin-top-collapse: separate;
}

.collapse-spacer-bottom {
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-margin-bottom-collapse: separate;
}

.min-content-width {
  min-width: 125px;
}

.full-width-image {
  width: 100%;
}

.home-content {
  text-align: center;
}

.home-banner {
  display: block;
  margin: 0 auto 18px;
}

.large-text {
  font-size: 1.5em;
}

.medium-text {
  font-size: 1.3em;
}

.result-table {
  width: 85%;
  margin: auto;
  table-layout: fixed;
  word-break: break-word;
}

.result-heading-cell {
  font-size: 20px;
}

.clear-both {
  clear: both;
}

.club-title {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}

.club-title-strong {
  font-weight: 600;
}

.text-right {
  text-align: right;
}

#clubScheduleTable {
  width: 100%;
  font-size: 6px !important;
  table-layout: fixed;
  word-break: break-word;
}

#clubScheduleTable td,
#clubScheduleTable th {
  font-size: 8px !important;
  border: 1px solid #dddddd;
}

.feature-link-row {
  margin: 0.14em 0 0 0.57em;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
}

.feature-grid > .feature-column {
  float: none;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

.feature-card .html-content {
  padding: 14px 0;
}

.feature-link-text {
  font-size: 1.714em;
}

.feature-copy {
  margin: 0.14em 2em 0 0.57em;
  text-align: justify;
  overflow-wrap: anywhere;
}

.article-section {
  flex: 0 0 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.footer-copy {
  text-align: center;
}

.footer-text {
  color: rgba(255, 255, 255, 1);
}

@media only screen and (min-width: 120px) and (max-width: 512px) {
  h1,
  .h1 {
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  h2,
  .h2 {
    font-size: 16px;
    display: block;
  }

  h3,
  .h3 {
    font-size: 15px;
  }

  h4,
  .h4,
  h5,
  .h5 {
    font-size: 15px;
  }

  h6,
  .h6 {
    font-size: 12px;
  }

  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
  }

  td,
  .td,
  th,
  .th {
    font-size: 14px;
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .feature-grid > .feature-column {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .site-container {
    width: 100%;
    box-shadow: none;
  }

  #siteHeaderInner {
    grid-template-columns: 82px 1fr;
    grid-template-areas:
      "logo title"
      "logo slogan";
    min-height: 96px;
    gap: 4px 10px;
    padding: 10px;
    text-align: left;
  }

  .site-logo {
    width: 76px;
  }

  .site-title {
    font-size: 20px;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .site-tagline {
    font-size: 12px;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .feature-grid > .feature-column {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .main-navigation {
    display: block;
    text-align: left;
  }

  .main-navigation a:not(:first-child) {
    display: none;
  }

  .main-navigation button.menu-toggle {
    float: right;
    display: block;
  }

  .main-navigation.responsive {
    position: relative;
  }

  .main-navigation.responsive .menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }

  .main-navigation.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
