<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.column-container {
  margin: -12px;
}

.column-innertube {
  margin: 12px;
}

.column-innertube {
  position: relative;
}

.ttiw-chrome .button-group {
}

.ttiw-chrome a.button {
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    border: none;
    padding: 16px 16px 12px;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ttiw-chrome a.button span {
  background-color:rgba(0, 0, 0, 0.7);
  color: #c7d92d;
  font-size: 26px;
  font-weight: 500;
  display: block;
  padding: 10px;
  line-height: 1;
  text-align: center;
}

.ttiw-chrome a.button:hover {
    background-color: transparent;
}

.ttiw-chrome a.button:hover span {
  color:rgba(35, 45, 55, 1);
  background-color:rgba(199, 217, 45, 0.9);
}


</pre></body></html>