/* @media screen {
  .darkreader darkreader--fallback 
  .darkreader darkreader--text 
  .darkreader darkreader--invert 
    .jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"], span[data-href^="https://www.hcaptcha.com/"] > #icon, #bit-notification-bar-iframe, ::-webkit-calendar-picker-indicator, img.Wirisformula {
  filter: invert(100%) hue-rotate(180deg) contrast(90%) !important;
}
  .darkreader darkreader--inline [data-darkreader-inline-bgcolor] {
background-color: var(--darkreader-inline-bgcolor) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-bgimage] {
background-image: var(--darkreader-inline-bgimage) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-border] {
border-color: var(--darkreader-inline-border) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-border-bottom] {
border-bottom-color: var(--darkreader-inline-border-bottom) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-border-left] {
border-left-color: var(--darkreader-inline-border-left) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-border-right] {
border-right-color: var(--darkreader-inline-border-right) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-border-top] {
border-top-color: var(--darkreader-inline-border-top) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-boxshadow] {
box-shadow: var(--darkreader-inline-boxshadow) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-color] {
color: var(--darkreader-inline-color) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-fill] {
fill: var(--darkreader-inline-fill) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-stroke] {
stroke: var(--darkreader-inline-stroke) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-outline] {
outline-color: var(--darkreader-inline-outline) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-stopcolor] {
stop-color: var(--darkreader-inline-stopcolor) !important;
}
.darkreader darkreader--inline [data-darkreader-inline-bg] {
background: var(--darkreader-inline-bg) !important;
}
.darkreader darkreader--variables
:root {
 --darkreader-neutral-background: #131516;
 --darkreader-neutral-text: #d8d4cf;
 --darkreader-selection-background: #004daa;
 --darkreader-selection-text: #e8e6e3;
}
.darkreader darkreader--root-vars 
.darkreader darkreader--user-agent html {
  background-color: #181a1b !important;
} */

html {
  /* color-scheme: dark !important; */
  /* background-color: #181a1b; */
  /* border-color: #736b5e; */
  /* color: #e8e6e3; */
  height: 100%;
  margin: 0;
}

a {
  color: #00cc66;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  /* background-color: #404400 !important; */
  color: #e8e6e3 !important;
}
::-webkit-scrollbar {
  /* background-color: #202324; */
  color: #aba499;
}
::-webkit-scrollbar-thumb {
  background-color: #454a4d;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #575e62;
}
::-webkit-scrollbar-thumb:active {
  background-color: #484e51;
}
::-webkit-scrollbar-corner {
  background-color: #181a1b;
}
* {
  scrollbar-color: #454a4d #8a9497;
}
::selection {
  /* background-color: #004daa !important; */
  color: #e8e6e3 !important;
}
::-moz-selection {
  /* background-color: #004daa !important; */
  color: #e8e6e3 !important;
}

.darkreader darkreader--override .vimvixen-hint {
  background-color: #7b5300 !important;
  border-color: #d8b013 !important;
  color: #f3e8c8 !important;
}
#vimvixen-console-frame {
  color-scheme: light !important;
}
::placeholder {
  opacity: 0.5 !important;
}
#edge-translate-panel-body,
.MuiTypography-body1,
.nfe-quote-text {
  color: var(--darkreader-neutral-text) !important;
}
gr-main-header {
  background-color: #0f3a48 !important;
}
.tou-z65h9k,
.tou-mignzq,
.tou-1b6i2ox,
.tou-lnqlqk {
  background-color: var(--darkreader-neutral-background) !important;
}
.tou-75mvi {
  background-color: #032029 !important;
}
.tou-ta9e87,
.tou-1w3fhi0,
.tou-1b8t2us,
.tou-py7lfi,
.tou-1lpmd9d,
.tou-1frrtv8,
.tou-17ezmgn {
  background-color: #0a0a0a !important;
}
.tou-uknfeu {
  background-color: #231603 !important;
}
.tou-6i3zyv {
  background-color: #19576c !important;
}
div.mermaid-viewer-control-panel .btn {
  background-color: var(--darkreader-neutral-background);
  fill: var(--darkreader-neutral-text);
}
svg g rect.er {
  fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.entityBox {
  fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.attributeBoxOdd {
  fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.attributeBoxEven {
  fill: var(--darkreader-selection-background);
  fill-opacity: 0.8 !important;
}
svg rect.er.relationshipLabelBox {
  fill: var(--darkreader-neutral-background) !important;
}
svg g g.nodes rect,
svg g g.nodes polygon {
  fill: var(--darkreader-neutral-background) !important;
}
svg g rect.task {
  fill: var(--darkreader-selection-background) !important;
}
svg line.messageLine0,
svg line.messageLine1 {
  stroke: var(--darkreader-neutral-text) !important;
}
div.mermaid .actor {
  fill: var(--darkreader-neutral-background) !important;
}
.google-material-icons {
  font-family: "Google Material Icons" !important;
}
.google-symbols {
  font-family: "Google Symbols Subset", "Google Symbols" !important;
}
.material-icons-extended {
  font-family: "Material Icons Extended" !important;
}
mitid-authenticators-code-app > .code-app-container {
  background-color: white !important;
  padding-top: 1rem;
}
iframe#unpaywall[src$="unpaywall.html"] {
  color-scheme: light !important;
}
.oui-icon {
  font-family: "Oui Icons" !important;
}
embed[type="application/pdf"] {
  filter: invert(100%) contrast(90%);
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: url(/texture-noise.png);*/
  overflow-y: scroll;
  overflow-x: scroll;
  font-size: 14px;
  font-family: "Lucida Bright", Georgia;
  /*overflow-x: hidden;*/ /* Prevent horizontal scrolling */
  margin: 0 !important; /* Use !important to override user agent stylesheet */
  padding: 0;
}

h1 {
  position: relative;
  margin-left: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 35px;
}

h2 {
  position: relative;
  padding-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* margin-left: 220px; */
  font-size: 28px;
}

#name {
  position: relative;
}

h3 {
  position: relative;
  margin-left: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

h4 {
  position: relative;
  margin-left: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

img.aboutPage {
  margin-left: 220px;
  position: relative;
  font-size: 15px;
  width: calc((100vw - 200px) * 0.6);
  height: auto;
  cursor: pointer;
}

li img.aboutPage {
  margin-left: 0px;
}

figcaption.aboutPage {
  margin-left: 220px;
  margin-bottom: 5px;
  position: relative;
  font-size: 15px;
}

li figcaption.aboutPage {
  margin-left: 0px;
  margin-bottom: 5px;
}

figure {
  margin-left: calc(160px + (100vw - 200px) * 0.2);
  width: calc((100vw - 200px) * 0.6);
}

figure img.indexPage {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

figure figcaption.indexPage {
  font-size: 15px;
  /*word-wrap: break-word;*/
}

.text {
  padding-left: 220px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
}

ul {
  padding-left: 250px;
  padding-right: 20px;
  font-size: 17px;
}

#csv-table {
  font-size: 18px;
  margin-left: 210px;
  margin-right: 10px;
}

td {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 4px;
  padding-left: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #00cc66;
}

th {
  text-align: center;
}

:root {
  --figwidth: 0.5;
  --ratioaspect: calc(1562 / 1798);
}

#statistics img {
  position: absolute;
  left: calc(((1 - var(--figwidth)) * (100vw - 190px) / 2) + 190px);
  width: calc(var(--figwidth) * (100vw - 190px));
}

/*img#experc {
  position: static;
  width: calc(0.46 * (100vw - 190px));
}*/

#statistics .fl {
  width: calc(var(--figwidth) * (100vw - 190px) / 2);
  height: calc(var(--figwidth) * var(--ratioaspect) * (100vw - 190px));
}

#filters .fl {
  float: right;
  margin-left: 10px;
}

#stats .fl {
  float: left;
  margin-right: 5px;
}

summary {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.arrow-big {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #00cc66;
  transition: transform 0.3s ease;
}

details[open] > summary > .arrow-big {
  transform: rotate(180deg);
}

.arrow-small {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #00cc66;
  transition: transform 0.3s ease;
}

details[open] > summary > .arrow-small {
  transform: rotate(180deg);
}

/* Optional styling for the details and content 
details {
  margin: 20px 0;
}*/

details p {
  margin: 10px 0 10px;
}

video {
  margin-left: 220px;
  width: 700px;
  height: auto;
}

#lightbox {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#lightbox-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: transparent;
}

#zoom-wrapper {
  overflow: auto;
  width: 100%;
  height: 100%;
  cursor: grab;
}

#zoom-transform {
  transform-origin: top left;
}

#zoom-transform.zoomed {
  transform: scale(2);
}

#lightbox-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  user-select: none;
}

#lightbox-close {
  position: fixed;
  top: 20px;
  right: 40px;
  font-size: 2em;
  color: white;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 800px) {
  #stats ol {
    padding-left: 230px;
    padding-right: 30px;
  }

  figure {
    float: none;
  }

  img, figcaption {
    position: relative;
    padding-left: 220px;
    width: calc(100vw - 210px);
    height: auto;
    font-size: 17px;
  }

  #statistics {
    display: block !important;
  }

  #statistics img {
    position: relative;
    left: 0px;
    width: calc(100vw - 210px);
  }

  #statistics .fl {
    width: 0px;
    height: 0px;
  }

  #filters .fl {
    float: none;
    margin-left: 0px;
  }

  #stats .fl {
    float: none;
    margin-right: 0px;
  }

  #filters {
    width: auto !important;
  }

  #stats .text {
    padding-left: 200px !important;
  }

  #stats h3,
  #stats h4 {
    margin-left: 200px !important;
  }
}

#copyright_img {
  border-width: 0px;
  width: 88px;
  height: 16px;
  alt: "Creative Commons License";
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 10px 20px;
  box-sizing: border-box;
}

.content {
  flex: 1;
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.panelImg {
  width: 45vw;
  height: auto;
}

.i {
  font-style: italic;
}

.text a {
  color: #00cc66;
  text-decoration: none;
}

.text a:hover {
  color: rgb(120, 120, 120);
}

#author {
  padding-top: 20px;
}

#statistics {
  display: flex;
}

#filters {
  flex-grow: 1;
  width: 200px;
}

#stats {
  flex: 1;
}

#stats .text {
  padding-left: 10px;
}

#stats h3,
#stats h4 {
  margin-left: 10px;
}

.sources {
  /*overflow-y: scroll;*/
  height: calc(100vh - 241px);
}

.sources a {
  text-decoration: underline;
}

#loading_message {
  padding-top: 15px;
  margin-left: 220px;
  font-size: 200%;
  font-weight: bold;
  color: black;
}

#showScansion {
  margin-top: -45px;
  margin-left: 35px;
  position: absolute;
  height: 32px;
  width: 100px;
  background-color: white;
  color: var(--darkreader-neutral-text);
  padding: 3px;
  border-radius: 3px;
  font-size: 11px;
  font-family: "Lucida Bright";
  opacity: 100%;
  z-index: 0;
}

#hideScansion {
  margin-top: -45px;
  margin-left: 35px;
  position: absolute;
  height: 32px;
  width: 100px;
  background-color: white;
  color: var(--darkreader-neutral-text);
  padding: 3px;
  border-radius: 3px;
  font-size: 11px;
  font-family: "Lucida Bright";
  opacity: 0%;
  z-index: 0;
}

.versionButton {
  margin-top: -45px;
  display: block;
  position: absolute;
  height: 30px;
  width: 100px;
  background-color: black;
  color: white;
  padding: 4px;
  border-radius: 3px;
  font-size: 13px;
  font-family: "Lucida Bright";
  z-index: 9;
}

#daleButton {
  margin-left: 150px;
  background-color: gray;
}

#mastButton {
  margin-left: 250px;
}

#diggleButton {
  margin-left: 350px;
}

del {
  text-decoration: none;
}

seg[type="metron"].showScan {
  display: inline-block;
  border-right: 1px solid black;
}

seg[ana="long"].showScan {
  display: inline-block;
  position: relative;
}

seg[ana="long"].showScan .longbg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(images/long.png);
  background-repeat: no-repeat;
  background-position-y: 5px;
  background-position-x: 33%;
  background-size: 11px;
}

.dark-mode seg[ana="long"].showScan .longbg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(images/long.png);
  background-repeat: no-repeat;
  color: var(--darkreader-neutral-text);
  background-position-y: 5px;
  background-position-x: 33%;
  background-size: 11px;
}

seg[ana="short"].showScan {
  position: relative;
  display: inline-block;
  padding-top: 0px;
}

seg[ana="short"].showScan .shortbg {
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline-block;
  background: url(images/short.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position-x: 33%;
}

seg[ana="unknown"].showScan {
  display: inline-block;
  background: url(images/x.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-y: -4px;
  background-position-x: 90%;
  overflow: visible;
}

seg[ana="shortn"].showScan {
  display: inline-block;
  padding-top: -5px;
  background: url(images/brevis.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position-y: 0px;
  background-position-x: 33%;
}

milestone[unit="period"].showScan {
  display: inline-block;
  width: 6px;
  height: 20px;
  padding-top: 0px;
  background: url(images/period.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position-x: 70%;
  padding-left: 13px;
  font-size: 11px;
}

.caesura.showScan {
  display: inline-block;
  height: 1.3em;
  width: 15px;
  background: url(../caesura.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-y: 0px;
  overflow: show;
}

milestone[unit="synapheia"].showScan {
  display: inline-block;
  height: 22px;
  width: 20px;
  background: url(images/synapheia.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position-x: 70%;
  background-position-y: 90%;
  padding-left: 13px;
  font-size: 11px;
}

#footer {
  /*background-color: #131516);*/
  font-size: 10px;
  position: relative;
  z-index: 0;
  padding-top: 10px;
  margin-top: auto;
  /*top:815px;*/
  width: 85%;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 190px;
}

@font-face {
  font-family: Menlo; /*a name to be used later*/
  src: url(../stats_crossfilter/css/Menlo-Regular.ttf); /*URL to font*/
}

.meter-markings {
  font-family: Menlo;
}

#footer a {
  color: #00cc66;
}

#footer img {
  width: 55px;
  height: 25px;
  margin-left: 0px;
}

rect {
  fill: none;
  pointer-events: all;
  cursor: pointer;
}

pre {
  font-size: 18px;
}

line {
  stroke: #000;
  stroke-width: 1.5px;
}

.string,
.regexp {
  color: #f39;
}

.keyword {
  color: #00c;
}

.comment {
  color: #777;
  font-style: oblique;
}

a {
  color: #00cc66;
  text-decoration: none;
}

a:hover {
  color: #666;
}

.hint {
  position: absolute;
  right: 0;
  width: 1280px;
  font-size: 12px;
  color: #999;
}

#specialText {
  font-style: italic;
}

#filtersection a {
  color: #eee;
}

#resizeBox {
  position: fixed;
  width: 175px;
  height: 760px;
  top: 0;
  pointer-events: none;
  z-index: 10;
}

#filtersection {
  height: 245px;
  width: 175px;
  position: absolute;
  bottom: 0;
  background-color: #3a3a3a;
  pointer-events: visible;
  z-index: 9;
  top: 300px;
}

.filters {
  width: 200px;
  height: 160%;
  padding-bottom: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.filterLabel {
  position: relative;
}

#clearAll {
  background-color: #eee;
  position: absolute;
  margin-top: 6px;
  margin-left: 125px;
  padding: 3px;
  font-size: 11px;
  z-index: 11;
}

.filterButton.dropbtn {
  position: absolute;
  margin-top: 0px;
  width: 60px;
  padding: 3px;
  font-weight: 400;
  font-size: 22px;
  z-index: 11;
}

#filter2 {
  z-index: 0;
  opacity: 0;
}

.dropdown {
  position: relative;
  margin-top: -10px;
  padding-bottom: 20px;
}

.dropbtn {
  padding: 2px;
  width: 120px;
  margin-left: 30px;
  text-decoration: none;
  font-family: inherit;
  font-weight: 300;
  font-size: 17px;
  color: #eee;
  display: block;
  transition: 0.3s;
  text-shadow: 0 1px 0 #000;
}

.dropbtn:hover,
.dropbtn:focus,
.sidebar a:hover {
  background-color: #999;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  width: 140px;
  display: none;
  position: relative;
  margin-left: 30px;
  padding: 0px;
  transition: 0.3;
  z-index: 1;
  text-shadow: 0 1px 0 #000;
  font-family: inherit;
  font-weight: 300;
  color: #eee;
  font-size: 13px;
}

.dropdown-content a:hover {
  background-color: #999;
}

.show {
  display: block;
}

#boxes {
  position: absolute;
  z-index: 1;
  height: 650px;
  width: 800px;
  /*width: calc((100vw - 200px) * 0.5);*/
  margin-left: 450px;
  top: 150px;
}

#searchInput {
  position: absolute;
  padding: 4px;
  width: 75px;
  margin-top: -30px;
  margin-left: 505px;
  border-radius: 3px;
  font-size: 11px;
  font-family: "Lucida Bright";
}

::placeholder {
  color: var(--darkreader-neutral-text);
}

.sectionDiv {
  height: 70px;
  width: 100px;
  position: absolute;
  margin-top: 517px;
}

.sectionDiv p {
  font-size: 11px;
  font-family: "Lucida Bright";
}

.sectionButton {
  background-color: white;
  color: var(--darkreader-neutral-text);
  padding: 4px;
  border-radius: 3px;
  font-size: 13px;
  width: 110px;
  font-family: "Lucida Bright";
}

#prevSection {
  display: none;
  margin-left: 0px;
  z-index: 0;
}

#nextSection {
  position: absolute;
  margin-left: 470px;
}

.scroll-box {
  position: absolute;
  display: block;
  padding: 5px;
  height: 500px;
  font: 14px sans-serif;
  line-height: 25px;
  overflow-y: hidden;
  overflow-x: hidden;
}

#sectionHead {
  position: absolute;
  margin-left: 240px;
  margin-top: -40px;
  width: 200px;
  height: 50px;
  font-size: 20px;
  font: 14px sans-serif;
  font-weight: bold;
}

#linebox {
  position: absolute;
  z-index: 0;
  margin-left: 85px;
  width: 550px;
  /*width: calc((100vw - 200px) * 0.34);*/
  height: 500px;
  margin-top: 0px;
  overflow-y: scroll;
  overflow-x: scroll;
  letter-spacing: 0.5px;
}

div.line {
  width: fit-content;
}

#numbox {
  z-index: 2;
  margin-left: 650px;
  width: 89px;
  /*width: calc((100vw - 200px) * 0.056);*/
  text-align: left;
  overflow-y: hidden;
  overflow-x: hidden;
}

#charbox {
  z-index: 1;
  margin-left: -22px;
  width: 100px;
  /*width: calc((100vw - 200px) * 0.0625);*/
  text-align: right;
  overflow-y: hidden;
  overflow-x: hidden;
  font-weight: 600;
  /* filter: invert(1) brightness(2); */
}

#commentbox {
  position: absolute;
  margin-top: 520px;
  /*margin-top: 71.4%;*/
  margin-left: 115px;
  padding-bottom: 20px;
  /* bottom:10px;*/
  width: 350px;
  /*width: calc((100vw - 200px) * 0.219);*/
  height: 150px;
  font: 14px sans-serif;
  text-align: left;
  line-height: 25px;
  overflow-y: scroll;
}

#transbox {
  opacity: 0;
  z-index: 0;
  margin-top: -40px;
  margin-left: 700px;
  padding-right: 60px;
  width: 0px;
  transition: 0.4s;
  overflow-y: scroll;
}

.directions {
  /*
  text-align: left;
  position: absolute;
  width:300px;
  height:75px;
  padding-bottom:30px;
  margin-left: 0px;
  padding-bottom:20px;
  */
  font-style: italic;
}

.filterline {
  width: 650px;
  cursor: pointer;
}

.char {
  /*
  position: absolute;
  z-index: 5;
  margin-top: 0px;
  margin-left: 0px;
  text-align: right;
  height:30px;
  padding-top:100px;
  padding-bottom:15px;
  */
  font-weight: bold;
}

.trans {
  /*
  margin-top: 0px;
  padding-top:50px;
  height:100%;
  margin-left: 70px;
  width:300px;
  */
}

.translationButton {
  position: absolute;
  margin-left: 655px;
  margin-top: 530px;
  background-color: white;
  color: var(--darkreader-neutral-text);
  padding: 4px;
  border-radius: 3px;
  width: 120px;
  font-size: 13px;
  font-family: "Lucida Bright";
}

#hideTranslationButton {
  display: none;
}

.characters {
  background: #ffffff;
  color: #000000;
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
  min-height: 1.5em;
}

.lineloc {
  cursor: pointer;
}

.panel {
  opacity: 1;
  z-index: 3;
  position: absolute;
  display: flex;
  height: 500px;
  width: auto;
  box-sizing: border-box;
  padding-right: 100px;
  margin-left: 700px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.4s;
}

.accordion {
  height: 500px;
  color: black;
  z-index: 1;
  cursor: pointer;
  width: 0px;
  min-width: 0px;
  border: none;
  opacity: 0;
  transition: 0.4s;
  resize: horizontal;
}

.inner .scroll-box {
  position: absolute;
  padding: 0px;
  height: 500px;
  background: url(../texture-noise.png);
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  border: none;
  opacity: 0;
  width: 0px;
  transition: 0.4s;
}

.inner .scroll-box.boxShown {
  opacity: 1;
  top: -1px;
  margin-left: 15px;
  padding: 5px;
  border: 1px solid black;
  transition: 0s;
  resize: horizontal;
  overflow-x: hidden;
}

.panelShown {
  min-width: 0px;
  width: 15px;
  border: 1px solid black;
  opacity: 1;
  transition: 0.4s;
}

#meter {
  background-color: rgb(255, 210, 117);
}

#elements {
  background-color: #fd8867;
}

#lyricSidebar {
  background-color: rgb(102, 154, 193);
}

#lyricSidebar.expand {
  width: 78px;
  opacity: 1;
  border: 1px solid black;
}

#lyricSidebarbox.boxShown {
  width: 53px;
}

#category {
  background-color: rgb(111, 196, 92);
}

#category.panelShown.expand {
  width: 45px;
}

#categorybox.boxShown {
  width: 20px;
}

#type {
  background-color: rgb(160, 147, 198);
}

#type.panelShown.expand {
  width: 90px;
}

#typebox.boxShown {
  width: 65px;
}

#alternate {
  background-color: #ffd4ca;
}

#alternate.panelShown.expand {
  width: 85px;
}

#alternatebox.boxShown {
  min-width: 60px;
}

#responsion {
  background-color: #d6eadf;
}

#responsion.panelShown.expand {
  width: 100px;
}

#responsionbox.boxShown {
  width: 75px;
}

.inner {
  position: absolute;
  margin-left: 0px;
  height: 507px;
  width: 0px;
  min-width: 0px;
}

.panelShown .inner {
  width: 15px;
}

.panelLabel {
  width: 510px;
  text-align: center;
  opacity: 0;
  font-size: 0px;
  position: absolute;
  top: 50%;
  left: 8px;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panelShown .panelLabel {
  opacity: 1;
  font-size: 14px;
}

.panelButton {
  position: absolute;
  margin-left: 700px;
  margin-top: -30px;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}

.panelButtonHidden {
  opacity: 0;
  z-index: 0;
}

#expandButton.panelButton {
  background-color: white;
  color: var(--darkreader-neutral-text);
  width: 100px;
  height: 25px;
  padding: 3px;
  border-radius: 3px;
  font-size: 11px;
  font-family: "Lucida Bright";
}

#collapseButton.panelButtonHidden {
  background-color: white;
  color: var(--darkreader-neutral-text);
  width: 100px;
  height: 25px;
  padding: 3px;
  border-radius: 3px;
  font-size: 11px;
  font-family: "Lucida Bright";
}

.translationShown {
  opacity: 0;
}

#statsbox {
  position: absolute;
  margin-top: 650px;
  height: 1000px;
  width: 800px;
  display: none;
}

#statscat {
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
  width: 800px;
  height: 1000px;
}

#statsfilters {
  position: relative;
  padding: 10px;
  font-family: "Lucida Bright";
  font-size: 13px;
  font-weight: 400;
  width: 650px;
  height: auto;
  overflow-y: scroll;
}

#filterContainer {
  display: inline-block;
  text-align: left;
  padding-right: 10px;
  padding-left: 5px;
}

.lineloc {
  display: inline-block;
  text-align: left;
  padding-right: 10px;
  padding-left: 5px;
}

#filterInner {
  background-color: #d6eadf;
}

.totals {
  position: relative;
  width: 200px;
  height: 20px;
  left: 10px;
  font: 14px sans-serif;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.totals a {
  color: black;
}

.totals a:hover {
  color: gainsboro;
}

#totalbox {
  top: 20px;
}

#totalMetraBox {
  top: 30px;
}

#totalSyllsBox {
  top: 40px;
  padding-bottom: 50px;
}

#filterbox {
  position: relative;
  padding-left: 22px;
  width: 650px;
  height: 500px;
  font: 14px sans-serif;
  line-height: 25px;
  padding: 5px;
  border: 1px solid black;
  overflow-y: scroll;
  overflow-x: hidden;
}

#filterboxlabel {
  position: relative;
  top: 0px;
  font: 14px sans-serif;
  font-weight: bold;
  color: black;
  width: 150px;
  height: 20px;
  left: 250px;
}

milestone {
  padding-left: 6.5px;
}

#menu_spacer_1 {
  height: 5px;
}

.indent_line {
  padding-left: 20px;
}

.editorial_mark {
  /*font-weight: bold;*/
}

#inputs {
  padding-top: 15px;
  margin-left: 220px;
}
#chartContainer {
  margin-left: 220px;
  /*z-index: 1;*/
}
.optionContainer {
  float: left;
  width: 225px;
}
option {
  width: 150px;
}
.label {
  font-weight: bold;
  font-size: 18px;
}
#in {
  display: none;
}
#excludeButton {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#submit {
  height: 50px;
  width: 100px;
  border: 1px solid white;
  background-color: black;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.chart {
  position: absolute;
  margin-top: 20px;
  margin-left: 197px;
  z-index: 1;
  width: 300px;
  /*width: calc((100vw - 200px) * 0.1875);*/
  height: 700px;
}
#table {
}
#barChart {
}
#pieChart {
}

#lyric {
  background-color: rgba(102, 154, 193, 0.8);
}

#lyric.expand {
  width: 78px;
  opacity: 1;
  border: 1px solid black;
}

/* Reset all default browser margins and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
