/* to be used with utau page only */

.wide {
  border: 1px solid aquamarine !important;
}

/* column containers */
.row {
  margin-top: 10px;
  display: flex;
}

.column {
  min-height: 150px;
  padding: 10px;
  background-image: url('/images/site/background.webp');
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.left {
  height: auto;
  width: 30%;
  border: 1px solid;
  border-image: linear-gradient(to bottom, aquamarine, orange, red) 2;
  overflow: hidden;
}

.right {
  max-height: 862px;
  width: 70%;
  margin-left: 10px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, aquamarine, orange, red) 2;
  overflow: scroll;
}