body {
  color: #111111;
  background-color: #f0f0f0;
}
table {
  margin: 16px;
}
.topheader {
  width: 100%;
  height: 32px;
  background-color: #111111;
  color: #f0f0f0;
  margin-bottom: 10px;
}
.brightlink {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
}
.title {
  font-size: 24pt;
}
.content {
  padding: 12px;
}
.clickables {
  float: left;
  padding: 10px;
  width: 32px;
  font-size: 16pt;
  cursor: pointer;
}
.clickables a {
  color: #cc0000;
}
.clickables a:hover {
  font-weight: bold;
}
.big {
  font-size: 1.1em;
  position: absolute;
  white-space:nowrap;
}
.img_holder {
  float: right;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 0;
}
.search {
    width: 100%;
    color: #121212;
}
.subtitle {
  font-size: 12pt;
}
.headrow {
  margin: 10px;
}

.tablink {
  width: 200px;
  color: blue;
  cursor: pointer;
  padding: 7px 16px;
  font-size: 18px;
  text-decoration: none;
}

.tablink:hover {
  background-color: #dddddd;
}

.repl {
  width: 1000px;
  background-color: #0a0a0a;
  margin-bottom: 20px;
  margin: 20px;
  /*overflow: auto; */
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
  overflow: -moz-scrollbars-none;
}

.gradient {
  border-radius: 5px;
  width: 100%;
  overflow:hidden;
  margin-bottom: 10px;
  margin-top: 5px;
}
.gradient img {
  -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
}
.gradient * {
  color: #111111;
  z-index: 1;
}
.orangeish {
  background-image: linear-gradient(45deg, #cc8822, #eeeeee);
}
.blueish {
  background-image: linear-gradient(45deg, #aaaaff, #eeeeee);
}
.greenish {
  background-image: linear-gradient(45deg, #aaffaa, #eeeeee);
}
.reddish {
  background-image: linear-gradient(45deg, #ffaaaa, #eeeeee);
}

