<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-login {
  width: 320px;
}
.modal-login .modal-content {
  border-radius: 1px;
  border: none;
}
.modal-login .modal-header {
      position: relative;
  justify-content: center;
      background: #f2f2f2;
}
  .modal-login .modal-body {
      padding: 30px;
  }
  .modal-login .modal-footer {
      background: #f2f2f2;
  }
.modal-login h4 {
  text-align: center;
  font-size: 26px;
}
  .modal-login label {
      font-weight: normal;
      font-size: 13px;
  }
.modal-login .form-control, .modal-login .btn {
  min-height: 38px;
  border-radius: 2px; 
}
.modal-login .hint-text {
  text-align: center;
}
.modal-login .close {
      position: absolute;
  top: 15px;
  right: 15px;
}
.modal-login .checkbox-inline {
    margin-top: 12px;
}
.modal-login input[type="checkbox"]{
    margin-top: 2px;
}
.modal-login .btn {
      min-width: 100px;
  background: #3498db;
  border: none;
  line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
  background: #248bd0;
}
.modal-login .hint-text a {
  color: #999;
}
.odometer {
  font-size: 40px;
}
.login-box {
  margin:1% auto;
}
.draw_coming {
  /*
  height: 100px;
  background-color: #114eb9;*/
  border-radius: 10px;
}
.draw_coming_label {
  font-weight: bold;
  color: #5b5b60;
}
.draw_coming_label div.live {
  color: red;
}
.draw_coming_label div.login, div.live, div.current_time, div.day{
  text-align: center;
}
.draw_coming_label div.current_time,div.day {
  color: grey;
  font-size: 17px;
}
#clock div {
  float: left;
}
#clock {
  /*font-family: Oswald, serif;*/
}
#clock span.label {
  color: blue;
  letter-spacing: 2px;
  font-size: 16px;
}
#clock span.hour {
  color: green;
}
#clock span.minute {
  color: blue;
}
#clock span.minute {
  color: red;
}
#clock span.day,span.hour,span.minute,span.second { 
  font-size: 35px;
  text-shadow: #FC0 1px 0 10px;
}
div.old-results {
  color: #014466;
}
div.odds h2 {
  color: #014466;
  margin-top: 0px;
  font-weight: bold;
}
table.quantity thead tr td {
  font-size: 20px; font-weight: bold; color: #014466;
}
table.quantity tbody tr td input {
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
}
table.quantity tr td {
  border-top: 0px !important;
}
table.quantity tbody tr td.label {
  font-size: 25px; 
  font-weight: bold; 
  color: #014466;
  /*
  background-color: #E8EAED;
  border-radius: 30px;
  */
}
table.quantity thead tr td.room {
  font-size: 20px; 
  width: 6%;
  height: 15px;
  font-weight: bold; 
  border-radius: 30px;
  color: #014466;
  background-color: #E8EAED;
}
table.quantity thead tr td.padding {
  padding: 0px;
}
div.result table thead td {
  font-size: 20px;
  font-weight: bold;
}
div.result table tbody td {
  font-size: 15px;
  font-weight: bold;
}
.odds .odometer .odometer-inside .odometer-digit:first-child {
  display: none;
}

.set-odometer .odometer-inside .odometer-digit:first-child {
  display: none;
}

.odds .odometer .odometer-inside .odometer-formatting-mark {
  display: none;
}
input.quantity {
  padding: 0px !important;
  font-weight: bold;
  font-size: 15px;
}
table.quantity input[type=number] {
  width: 60px;
}
input.quantity::-webkit-inner-spin-button, 
input.quantity::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


table.quantity &gt;tbody&gt;tr&gt;td {
  padding: 2px !important;
}</pre></body></html>