.contentboxinner {
  background: #2f2f2f url("/imgs/home/newgen/darkcotton.png");
  color: #ccc;
}
.contentboxinner a {
  color: #ddd;
}
.contentboxinner a:visited {
  color: #aaa;
}

.contentbox,
.contentbox.nohead {
  border-radius: 0px;
}

.contentbox {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  overflow: unset;
}

.hasalt1 {
  background: rgba(0, 0, 0, 0.9);
}

.zoomimgouter,
.zoomimgouter-right {
  background: rgba(0, 0, 0, 0.9);
}

.contentboxhead {
  border-radius: 5px;
  background: #212121;
  margin: 0px -3px 0px;
}

.carbonleft,
.carbonmid,
.carbontoal,
.almid,
.alright {
  background: none;
}

.listitem {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.listitem:first-child {
  border-top: none;
}

.mb-root {
  background: #2f2f2f url("/imgs/home/newgen/darkcotton.png");
}

.sliminput {
  background: rgba(0, 0, 0, 0.3);
  color: #969696 !important;
  border-color: #000;
}
.sliminput[type=button] {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(221, 221, 221, 0.2));
}
.sliminput[type=button]:not(:disabled):hover {
  background: linear-gradient(rgba(220, 220, 220, 0.2), rgba(190, 190, 190, 0.2));
}
.sliminput[type=button]:not(:disabled):active {
  background: linear-gradient(rgba(175, 175, 175, 0.2), rgba(121, 121, 121, 0.2));
}

body {
  scrollbar-color: #828282 #28292b;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: gray;
}

.shoutboxtime {
  color: rgba(150, 150, 150, 0.5);
}

#column2 {
  width: 75%;
}

#column1 {
  padding-top: 30px;
  width: 25%;
}
#column1 .contentbox {
  margin-right: -15px;
}
#column1 .contentboxhead {
  display: none;
}
#column1 .contentboxinner {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  padding-top: 13px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), #2f2f2f url("/imgs/home/newgen/darkcotton.png");
}

.carbonmid {
  height: unset;
}

.contentboxhead {
  height: unset;
}
.contentboxhead .contenttitle > div {
  line-height: 1em;
  font-size: 3em;
}

#maincontent > .contentboxhead {
  height: 15px;
}
#maincontent > .contentboxhead > * {
  display: none;
}

.contentbox-default {
  margin-top: 15px;
}

.contentbox-app > .contentbox {
  max-width: 100%;
}