html, body {
  margin: 0 auto;
  padding: 0;
}

h1 {
  font-size: 1.8em;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.bold {
  font-weight: bold;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.title {
  text-transform: capitalize;
}

.col_0 {
  float: left;
  width: 0%;
}

.col_0_5 {
  float: left;
  width: 5%;
}

.col_1 {
  float: left;
  width: 10%;
}

.col_1_5 {
  float: left;
  width: 15%;
}

.col_2 {
  float: left;
  width: 20%;
}

.col_2_5 {
  float: left;
  width: 25%;
}

.col_3 {
  float: left;
  width: 30%;
}

.col_3_5 {
  float: left;
  width: 35%;
}

.col_4 {
  float: left;
  width: 40%;
}

.col_4_5 {
  float: left;
  width: 45%;
}

.col_5 {
  float: left;
  width: 50%;
}

.col_5_5 {
  float: left;
  width: 55%;
}

.col_6 {
  float: left;
  width: 60%;
}

.col_6_5 {
  float: left;
  width: 65%;
}

.col_7 {
  float: left;
  width: 70%;
}

.col_7_5 {
  float: left;
  width: 75%;
}

.col_8 {
  float: left;
  width: 80%;
}

.col_8_5 {
  float: left;
  width: 85%;
}

.col_9 {
  float: left;
  width: 90%;
}

.col_9_5 {
  float: left;
  width: 95%;
}

.full_row {
  width: 100%;
  margin-bottom: 10px;
}
.full_row:after {
  display: block;
  content: "";
  clear: both;
}

body {
  background-color: #FFF;
}

header .time {
  font-size: 12px;
}

#searchBarDiv .input-group-text {
  background-color: #D32027;
  color: #000;
  border: 0px;
}

#searchBarDiv select {
  background-color: #F2F2F2;
}

#selectdatesubmit {
  cursor: pointer;
}

.countdownholder {
  background-color: #414141;
  color: #FFF;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 9 / 16 = 0.5625 */
}
.countdownholder > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.countdownholder .title {
  font-size: 20px;
}

.countdownholder #countdown {
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  gap: 10px;
}

.countdownholder .small {
  font-size: 12px;
  font-weight: normal;
}

.spacing {
  height: 80px;
}

.topBanner {
  margin-bottom: 15px;
}

.content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

#liveframe {
  width: 100%;
  background: #000;
  text-align: center;
}
#liveframe object {
  width: 100%;
  width: 600px;
  height: 300px;
}

#headerBar {
  padding: 15px 0;
  background: #d32027;
  color: #fff;
  height: 60px;
  box-shadow: 0px 8px 5px #3a0106;
}

#headerLogo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#headerLogo img {
  max-width: 200px;
}

#headerContent {
  padding: 15px 0;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#headerContent:after {
  content: "";
  clear: both;
  display: block;
}
#headerContent .home {
  color: #fff;
  margin-right: 20px;
}
#headerContent #searchBarDiv {
  z-index: 9999;
}
#headerContent #searchBarDiv .searchBar {
  background: #9b0712;
  color: #fff;
  padding: 2px;
  font-size: 0.9em;
}
#headerContent #searchBarDiv .searchBar button {
  border: 0px;
  background: #9b0712;
  color: #fff;
}
#headerContent #searchBarDiv input {
  border: 0px;
  background: #fff;
}
#headerContent #searchBarDiv span {
  background: #fff;
  border: 0px;
}
#headerContent #searchBarDiv span .fas {
  color: #e2e2e2;
}
@media (max-width: 970px) {
  #headerContent {
    padding: 10px;
  }
  #headerContent #searchBarDiv {
    float: none;
    text-align: center;
    margin-left: 30px;
  }
}

#logoBar {
  padding: 20px 0;
}
#logoBar:after {
  content: "";
  clear: both;
  display: block;
}
@media (max-width: 970px) {
  #logoBar {
    padding: 10px;
  }
  #logoBar #logoDiv {
    float: none;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.bannerImg {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 970px) {
  .bannerImg {
    display: none;
  }
}

#footer {
  text-align: center;
}
#footer .officialTitle {
  margin: 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 0.9em;
}
#footer .logoField {
  margin: 15px 0;
}
#footer .logoField img {
  margin: 0 10px;
  max-width: 150px;
}
#footer #footerDiv {
  color: #000;
  border-top: 2px solid #07966F;
  padding: 10px 0px;
  font-size: 0.9em;
}
#footer #footerDiv .privacyText {
  font-style: italic;
  color: #000;
  margin-left: 15px;
}
#footer #footerDiv:after {
  content: "";
  clear: both;
  display: block;
}
#footer .OfficialIcon img {
  max-width: 100px;
  margin-top: 7px;
}
#footer .social_icon img {
  max-width: 30px;
  margin-top: 7px;
}

#montlyBar {
  width: 100%;
  margin: 10px 0;
}
#montlyBar #dropdownMenuButton {
  background: #3f0109;
  color: #fff;
  border: 0px;
  font-weight: bold;
  font-size: 0.9em;
}
#montlyBar .dropdown-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  background: #ededed;
  color: #000;
}
#montlyBar .dropdown-item {
  border-bottom: 1px solid #000;
}
#montlyBar .dropdown-item.hover {
  background: #ededed;
}
#montlyBar:after {
  content: "";
  clear: both;
  display: block;
}

.resultBox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.resultBox .resultHeader {
  background-color: #d32027;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.resultBox .resultRow {
  width: 100%;
}
.resultBox .resultRow .right_line {
  border-right: 0px solid #fff;
}
.resultBox .resultRow .comingSoon {
  text-transform: uppercase;
  font-weight: bold;
  color: #041e49;
}
.resultBox .resultRow .innerBox.f_left {
  margin-right: 4px;
}
.resultBox .resultRow .innerBox.f_right {
  margin-left: 4px;
}
.resultBox .resultRow .innerBox .innerTitle {
  background-color: #07966F;
  color: #fff;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.resultBox .resultRow .innerBox .innerTitle > div {
  padding: 8px;
  justify-content: center;
}
@media (max-width: 768px) {
  .resultBox .resultRow .innerBox .innerTitle > div:last-child {
    font-size: 0.7em;
  }
}
.resultBox .resultRow .innerBox .innerResultTitle {
  width: 100%;
  font-size: 0.8em;
  color: #fff;
  background-color: #07966F;
  text-align: center;
}
.resultBox .resultRow .innerBox .innerResultTitle div {
  text-align: center;
  width: 100%;
  padding: 5px;
}
.resultBox .resultRow .innerBox .bottomPrice {
  background-color: #FFF;
  color: #000;
}
.resultBox .resultRow .innerBox .bottomPrice div {
  width: 100%;
  text-align: center;
}
.resultBox .resultRow .innerBox .topPrice {
  background-color: #FFF;
  width: 100%;
  display: flex;
}
.resultBox .resultRow .innerBox .topPrice table {
  width: 100%;
  border: 1px solid #707070;
}
.resultBox .resultRow .innerBox .topPrice table tr {
  background-color: #FFF;
}
.resultBox .resultRow .innerBox .topPrice table tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.resultBox .resultRow .innerBox .topPrice table tr td {
  border-bottom: 1px solid #707070;
  width: 50%;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}
.resultBox .resultRow .innerBox .topPrice table tr:last-child td {
  border-bottom: 0px;
}
.resultBox .resultRow .innerBox .topPrice .topPriceRow {
  border-right: 1px solid #FFF;
  text-align: center;
  width: 100%;
}
.resultBox .resultRow .innerBox .topPrice .topPriceRow:last-child {
  border-right: 0;
}
.resultBox .resultRow .innerBox .topPrice .topPriceRow .topPriceTitle {
  font-weight: bold;
  font-size: 0.9em;
  color: #fed631;
  text-align: center;
  padding: 5px 10px;
  background-color: #484848;
  color: #FFF;
}
.resultBox .resultRow .innerBox .topPrice .topPriceRow .topPriceResults {
  text-align: center;
  color: #000;
  letter-spacing: 0.5em;
  font-weight: bold;
  font-size: 1.3em;
  padding: 10px;
}
.resultBox .resultRow .innerBox .topPrice .topPriceRow:after {
  content: "";
  clear: both;
  display: block;
}
.resultBox .resultRow .innerBox .topPrice:after {
  content: "";
  clear: both;
  display: block;
}
.resultBox .resultRow .innerBox .prizeTable {
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #FFF;
  border: 1px solid #707070;
}
.resultBox .resultRow .innerBox .prizeTable tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.resultBox .resultRow .innerBox .prizeTable tr:last-child td {
  border-bottom: 0px;
}
.resultBox .resultRow .innerBox .prizeTable td {
  border-bottom: 1px solid #707070;
  padding: 5px;
  color: #000;
  letter-spacing: 0.2em;
}
.resultBox .resultRow .innerBox .prizeTable td:last-child {
  border-left: 1px solid #707070;
}
.resultBox .resultRow .innerBox .prizeTable td:first-child {
  border-left: none;
}
.resultBox .resultRow:after {
  content: "";
  clear: both;
  display: block;
}
.resultBox .resultRow .comingSoon {
  color: #000;
}
@media (max-width: 970px) {
  .resultBox .resultRow {
    display: block;
  }
  .resultBox .resultRow .f_left, .resultBox .resultRow .f_right, .resultBox .resultRow .col_5 {
    float: none;
    width: 100%;
  }
  .resultBox .resultRow .right_line {
    border-right: 0 solid #000;
  }
}

.navigation {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.navigation div {
  padding: 5px 15px;
  font-weight: bold;
}
.navigation div a {
  color: #041e49;
  text-decoration: none;
}
.navigation i {
  color: #000;
}

#monthTable {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
#monthTable thead {
  background-color: #d32027;
  color: #fff;
  text-transform: uppercase;
}
#monthTable thead th {
  padding: 10px;
}
#monthTable tbody {
  background-color: #3f0109;
}
#monthTable tbody td {
  padding: 5px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 0.9em;
}
#monthTable tbody td.dDate {
  color: #fed631;
}
#monthTable tbody td.dResult {
  color: #fff;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
}
#monthTable tbody .moreinfo {
  background: #d32027;
  border: 0;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}

@media (max-width: 970px) {
  .row {
    margin: 0 auto !important;
    padding: 0px !important;
    display: inline-block;
  }

  .mobile_full {
    width: 100vw !important;
    padding: 0 !important;
  }

  .col_3, .col_4 {
    width: 100%;
    text-align: center;
  }
}

