body {
  font-family: "Noto Sans", sans-serif;
}
.container {
  max-width: 1000px;
}
a.toggler-link {
  color: #fefefe;
}
a.toggler-link i {
  font-size: 2.2em;
}
.navbar-modified {
  background: linear-gradient(to bottom, #072357, #0b398f, #0e45ac);
}
.navbar-modified a {
  color: #fefefe;
}
.navbar-modified a:hover {
  color: #f0e409;
}
.navbar-modified ul li a.nav-link.active {
  color: #f0e409;
}
ul.winner-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}
ul.winner-list li {
  border-radius: 50%;
  background: #c04942;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 35px;
  height: 35px;
  margin: 0 0.25em;
}
ul.starter-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.starter-list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.1em 0em;
}
ul.starter-list li span {
  border-radius: 50%;
  background: #072357;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 25px;
  height: 25px;
  font-size: 0.9em;
  margin: 0 0.1em;
}
ul.starter-prize-result-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  text-align: center;
}
table.result-table thead th {
  vertical-align: middle;
}
table.result-table tbody td {
  vertical-align: middle;
}
span.date-head {
  color: #c04942;
  text-align: center;
  display: block;
  margin: 0px auto;
}
span.winning-head {
  color: #072357;
  font-size: 0.8em;
}
span.detail-result-head {
  color: #072357;
  font-size: 0.9em;
  display: block;
  margin: 0 auto;
  text-align: center;
}
table.table-detail-result thead th {
  font-size: 0.9em;
  width: 50%;
  vertical-align: middle;
}
table.table-detail-result tbody td {
  font-size: 0.8em;
  vertical-align: middle;
}
ul.detail-result-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}
ul.detail-result-list li {
  margin: 0 0.1em;
}
.footer-section {
  background: #072357;
  color: #fefefe;
  text-align: center;
}
.footer-section p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
