.standard-back {
  background-color: #242456;
  color: white;
}

.df-standard-back {
  background-color: #1a1a1a;
  color: white;
}

.Dynamite a:link {
  color: #f9733a;
  text-decoration: none;
}
.Dynamite a:visited {
  color: #f9733a;
  text-decoration: none;
}
.Dynamite a:active {
  color: #f9733a;
  text-decoration: none;
}
.Dynamite a:hover {
  color: #f9733a;
  text-decoration: underline;
}

.DynamicForces a:link {
  color: #FFFFFF;
  text-decoration: none;
}
.DynamicForces a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.DynamicForces a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.DynamicForces a:hover {
  color: #D14343;
  text-decoration: underline;
}
.DynamicForces h2 {
  color: #FFFFFF;
}
.DynamicForces .alignCenter {
  text-align: center;
}

body {
  background-color: #242456;
}

.tiny-font {
  font-size: 0.5rem;
}

.bold-font {
  font-weight: bold;
}

.outer-container {
  width: 100%;
}

.inner-container {
  width: 75%;
  margin: auto auto;
}

#backgroundTable {
  background: none;
}

.devicewidthinner {
  background: none;
}

.flexColumn {
  display: flex;
  flex-direction: column;
}

.sidebarDiv {
  padding: 0 1rem;
  background-color: #242455;
  display: flex;
  flex-direction: column;
  color: white;
  width: 300px;
  align-items: center;
}

.sidebarDfDiv {
  padding: 0 1rem;
  background-color: #2d2d2d;
  display: flex;
  flex-direction: column;
  color: white;
  width: 300px;
  align-items: center;
}

p {
  color: #ffffff;
}

span {
  color: #ffffff;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.image {
  opacity: 0.2;
}

#countdown {
  position: absolute;
  z-index: 10;
  display: none;
  font-weight: bold;
  font-size: 24px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

/*# sourceMappingURL=site.css.map */
