/* These styles are generated from project.scss. */

.main-content {
  background: url("/static/images/fabian_drawing_cropped.f34c127a651a.png") no-repeat;
  background-repeat: space;
  background-position: center;
  background-size: 30%;
  background-blend-mode: lighten;
  background-color: rgba(255,255,255,0.1);
}

form {
  background-color: rgba(255, 255, 255, 0.819);
}

h2 {
  color: white;
  text-shadow:
      0.04em 0 black,
      0 0.04em black,
      -0.04em 0 black,
      0 -0.04em black;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.expand {
  width: 20%;
}

table {
  text-align: left;
  position: relative;
  border-collapse: collapse;
  backdrop-filter: blur(2px);
}

/* Spacing */
td, th {
  border: 0px;
  border-top: 1px solid #999;
  padding: 20px;
}

.leaderboard_winner {
  background-color: #e2b01c;
}

th {
  background: brown;
  color: white;
  border-radius: 0;
  top: 0;
  padding: 10px;
}

th[scope=col] {
  position: sticky;
}

.primary{
  background-color: #000000
}

tfoot > tr  {
  background: black;
  color: white;
}

tbody > tr:hover {
  background-color: #f6f4d1cc;
}

form {
  border: 1px solid #000000;
  margin-bottom: 1em;
}

form > p {
  margin: 2%;
}

form > input[type="submit"] {
  margin: 2%;
}

.step-links {
  text-align: center;
  margin-top: 2em;
}

.hidden-link {
  text-decoration:none;
  color: #000000;
}

.hidden-link :hover {
  text-decoration: underline;
}

.icon {
  height: 50px;
  width: 50px;
}

.profile-image {
  height: 100px;
  width: 100px;
}

.updates-player-games {
  text-align: left;
}

.updates-player {
  text-decoration: underline;
  /* font-style: oblique; */
}

.updates-games {
  font-style: italic;
}

/* Used for alternating rows to make tables interesting */
.row-1 {
  background-color: rgb(255, 255, 255, 0.9);
}

.row-2 {
  background-color: #e6e6e6df;
}
