.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c00;
}
.table {
  border-collapse: collapse;
  width: 100%;
}
.article {
  color: #fff;
}
.article a {
  color: red;
}
.modal-body {
  background: linear-gradient(to bottom, #000000 0, #d30000a8 100%);
  color: #fff;
}
.modal-footer {
  text-align: center;
  margin-top: 0;
  border-top: 0;
  background-color: #e3e3e3;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  display: flex;
  justify-content: space-around;
}
.site-header {
  background: linear-gradient(to right, #0011ff000 0, #870202 100%);
  box-shadow: none;
}
.top-menu > li[data-active="true"],
.top-menu > li:hover {
  color: #00f02b;
}
.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c00;
}
.table {
  border-collapse: collapse;
  width: 100%;
}
.article {
  color: #fff;
}
.article a {
  color: red;
}
.modal-body {
  background: linear-gradient(to bottom, #000000 0, #d30000a8 100%);
  color: #fff;
}
.modal-footer {
  text-align: center;
  margin-top: 0;
  border-top: 0;
  background-color: #e3e3e3;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  display: flex;
  justify-content: space-around;
}
.site-header {
  background: linear-gradient(to right, #00223a 0, #094b7a 60%);
  box-shadow: none;
}
.top-menu > li[data-active="true"],
.top-menu > li:hover {
  color: #00f02b;
}
