.modified-navigation {
  background: #0076b7;
}
h4.display-logo {
  color: #fcfcfc;
  font-size: 1.5em;
}
span.logo-text {
  color: #F9AB1A;
  font-family: 'Bungee', sans-serif;
}
ul.navbar-nav li a.nav-link {
  color: #fcfcfc;
}
ul.navbar-nav li a.nav-link:hover,
ul.navbar-nav li a.nav-link.active {
  color: #F9AB1A;
}
.button-63 {
  align-items: center;
  background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 1.1em;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 120px;
  padding: 10px 12px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}
.button-63:active,
.button-63:hover {
  outline: 0;
}
@media (min-width: 768px) {
  .button-63 {
    font-size: 1.3em;
    min-width: 196px;
  }
}
.dropdown-menu.show {
  width: 100%;
}
span.prize-head {
  font-weight: bold;
  font-size: 0.9em;
}
ul.prize-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.prize-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #30230b;
  color: #fcfcfc;
  margin: 0em 0.1em;
}
ul.latest-result {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
ul.latest-result li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.5em 0em;
}
ul.latest-result li span {
  display: flex;
  margin: 0em 0.25em;
  justify-content: center;
  align-items: center;
}
ul.latest-result li span.result-number {
  width: 35px;
  height: 40px;
  border: 2px solid #b4141a;
}
ul.latest-result li span.result-type {
  font-weight: bold;
  font-size: 1em;
}
ul.latest-result li span.result-number-chosen {
  width: 35px;
  height: 40px;
  background: #b4141a;
  color: #fcfcfc;
}
span.result-number-6-digit {
  font-family: 'Passion One', sans-serif;
  color: #b4141a;
  font-size: 1.5em;
  letter-spacing: 0.2em;
}
footer {
  background: #0076b7;
  color: #fcfcfc;
}
footer p {
  margin: 0;
  padding: 0;
  text-align: center;
}
