html, body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
}

a.nostyle:link {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

a.nostyle:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

.en.disable {
  display: none;
}

.ko.disable {
  display: none;
}

span.newline {
  display: block;
}

:root {
  --ytc-gray-55:rgba(55, 55, 55);
  --ytc-gray-77:rgba(77, 77, 77);
  --ytc-gray-200: rgba(200, 200, 200);
}

body {
  background-color: black;
}