body {
  background: gainsboro;
}

header {
  background: #333333;
  color: white;
}
header a, header a:hover {
  color: white;
}

a {
  color: dimgray;
}
a.button:hover {
  color: white;
}
a:hover {
  color: red;
}

#aside {
  color: white;
  background: #333333;
}
#aside a {
  color: whitesmoke;
}

#content {
  background: white;
}

button {
  background: #007bff;
  color: white;
}
button:hover {
  background: #0069d9;
}
button:active {
  background: #0062cc;
}
button.red {
  background: #dc3545;
}
button.red:hover {
  background: #c82333;
}
button.red:active {
  background: #bd2130;
}

.poll table, .poll th, .poll td {
  border-color: black;
}
.poll thead, .poll tr:nth-child(even) {
  background: gainsboro;
}

.success {
  color: white;
  background: limegreen;
}

.warn {
  color: white;
  background: darkorange;
}

.error {
  color: white;
  background: #E74C3C;
}

/*# sourceMappingURL=shared-colors-light.css.map */
