/**
 * Global Project Stylesheet
 */
/**
 * Project Variables
 */
.rpb-gallery {
  padding: 1em 40px;
}
.rpb-gallery .lightgallery .column {
  margin: 3px;
}
.rpb-gallery .lightgallery {
  margin: auto;
}
.rpb-gallery .large-up-8 > .column,
.rpb-gallery .large-up-8 > .columns {
  width: 25%;
  float: left;
}
/* Example CSS file */
main {
  min-height: 100%;
}
.MarkupPagerNav li {
  list-style: none;
  display: inline-block;
}
.MarkupPagerNav li a {
  display: block;
  padding: 0.5em 1em;
  background: white;
}
.MarkupPagerNav li[aria-current="true"] {
  font-weight: bold;
}
.supporter {
  text-align: left;
}
div.supporter {
  text-align: center;
}
.events .standings h6 {
  text-transform: none;
}
.standings .standings-title {
  text-transform: none;
}
.live-timing-container {
  position: absolute;
  bottom: 0;
  font-size: 13px;
}
.live-timing-container .live-timing {
  background: #e30020;
  color: white;
  display: inline-block;
  padding: 0.5em 1em;
  font-style: normal;
  font-weight: bold;
}
.live-timing-container .live-timing.white {
  background: white;
  color: #e30020;
}
@media (min-width: 768px) {
  .live-timing-container {
    position: absolute;
    top: 100px;
    bottom: auto;
    right: 10%;
    font-size: 16px;
  }
}
