.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.blue-light {
  background: #0073bc;
  color: #fcfcfc;
}
a.livedraw-link {
  text-decoration: underline;
  color: #fcfcfc;
  font-weight: bold;
}
nav.navbar-light-blue {
  border-bottom: 3px solid #0073bc;
}
ul.navbar-nav li a {
  font-weight: bold;
}
img.img-prize-symbol {
  width: 40px;
  display: block;
  margin: 0px auto;
}
img.img-prize-symbol-livedraw {
  width: 50px;
  display: block;
  margin: 0px auto;
}
table.weekly-result-table thead th {
  text-align: center;
  border: 1px solid #b5b5b5;
  vertical-align: middle;
}
table.livedraw-table {
  width: 800px;
  margin: 0px auto;
}
table.livedraw-table thead th {
  text-align: center;
  border: 1px solid #b5b5b5;
  vertical-align: middle;
}
table.table-detail-result thead th {
  width: 50%;
}
footer.footer-section {
  background: #0073bc;
}
footer.footer-section p {
  color: #fcfcfc;
  text-align: center;
  padding: 0;
  margin: 0;
}
ul.first-prize-list,
ul.second-prize-list,
ul.third-prize-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}
ul.first-prize-list li {
  border-radius: 50%;
  background: #f5c445;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 35px;
  height: 35px;
  margin: 0 0.25em;
}
ul.second-prize-list li {
  border-radius: 50%;
  background: #e08a83;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 35px;
  height: 35px;
  margin: 0 0.25em;
}
ul.third-prize-list li {
  border-radius: 50%;
  background: #499ee2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 35px;
  height: 35px;
  margin: 0 0.25em;
}
ul.unimportant-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.unimportant-list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.35em 0em;
}
ul.unimportant-list li span {
  border-radius: 50%;
  background: #b8342b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 25px;
  height: 25px;
  font-size: 0.9em;
  margin: 0 0.1em;
}
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.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;
}
ul.starter-prize-result-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  text-align: center;
}
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;
}
