div.profiler-tables {
  clear: both;
  border: solid 1px black;
  border-width: 0 0 1px 0;
  padding-top: 1em;
}
div.quadrant {
  float: left;
  display: block;
  width: 50%;
}
div.quadrant > table {
  margin: 0 auto;
  vertical-align: top;
}
a.source {
  position: relative;
  top: -.5em;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  color: red;
}
div.ta {
  position: relative;
}
div.ta > div {
  position: absolute;
  top: 4em;
  left: 0;
  text-align: center;
  padding: 0;
  width: 100%;;
  box-sizing: border-box;
}
div.ta textarea:focus + div {
  display: none;
}
table.proftab {
  width: 100%;
  border-collapse: collapse;
}
table.proftab th,
table.proftab td {
  border: solid 1px #555;
}
table.proftab th {
  background-color: #555;
  color: white;
}
table.proftab li a:hover {
  text-decoration: underline;
  color: red;
}
.preloaded h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 .5em 0;
}
.preloaded h5 a {
  font-size: 80%;
  position: relative;
  top: -.3em;
  text-decoration: none;
  color: darkred;
}
.preloaded ul li {
  display: block;
  padding: 2px 0;
}
.preloaded ul li a {
  color: #27827A;
}
.preloaded ul li a:hover {
  color: black;
}
.preloaded a.sel {
  color: black;
  text-decoration: underline;
}
ul li a {
  color: inherit;
  text-decoration: none;
}
.maxitems a {
  text-decoration: none;
  color: #46a3d5;
  margin-right: 1em;
}
.maxitems a:hover {
  color: black;
}
.italics {
  font-style: italic;
}
.active .v1 {
  color: #a580b9 !important;
  border-color: #a580b9 !important;
}
.active .v2 {
  color: #46a3d5 !important;
  border-color: #46a3d5 !important;
}
.active .v3 {
  color: #6cc5be !important;
  border-color: #6cc5be !important;
}
.active .v4 {
  color: #cac573 !important;
  border-color: #cac573 !important;
}
.active .v5 {
  color: #f386a5 !important;
  border-color: #f386a5 !important;
}
.active .v6 {
  color: #ffe03d !important;
  border-color: #ffe03d !important;
}
.active .v7 {
  color: #f49e5c !important;
  border-color: #f49e5c !important;
}
.active .v8 {
  color: #7dc566 !important;
  border-color: #7dc566 !important;
}
.active .v9 {
  color: #f58777 !important;
  border-color: #f58777 !important;
}
a > svg {
  margin-left: .2em;
}
.hidden {
  display: none;
}
.tabs {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: white;
  padding-bottom: 1em;
}
li {
  display: inline;
}
.tabs li a {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15px;
  color: black;
  letter-spacing: 1px !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
  display: inline-block;
  line-height: 19px;
  border-style: solid;
  border-width: 0 0 .2em 0;
  border-color: white;
  letter-spacing: 1px;
}
.tabs li a:hover {
  color: black;
}
.container {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
.container > div {
  padding: 1em;
}
#concordance {
  padding-top: 1em;
}
#concinfo {
  margin-bottom: 1em;
  background-color: #EEE;
  padding: .4em;
  width: auto;
  display: inline-block;
  border-radius: .2em;
  font-size: 85%;
  color: #555;
}
.text-center {
  text-align: center;
}
.imgbox {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
.imgbox a img {
    /* shaddow */
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    height: 180px;
}
.imgbox a:hover img {
    /* shaddow, effect of hovering */
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.float-right {
  float: right;
}
.box {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 1em;
}
#placeholder {
  z-index: -1000;
}
#placeholder > div {
  margin-top: 1.8em;
}
.w50 {
  width: 50%;
}
.w33 {
  width: 33%;
}
.w25 {
  width: 25%;
}
hr {
  clear: both;
}
text.live {
  fill: red !important;
}
#svg_plot {
  background-color: transparent;
  text-align: center;
  clear: both;
  margin-bottom: 1em;
}
#svg_plot svg {
  overflow: visible !important;
}
caption {
  caption-side: bottom;
  font-size: 90%;
  margin: 1em 0 1em 0;
}
.button,
button {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  color: white;
  text-decoration: none;
  font-weight: 500;
  outline: none;
  background-color: lightgrey;
}
.button {
  font-family: sans;
  font-size: 13px;
}
button.small {
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px;
  height: 24px;
  line-height: inherit;
}
.button.primary,
button.primary {
  background-color: #6cc5be;
}
input[type="text"],
input[type="number"],
select {
  box-sizing: border-box;
  font-size: 1em;
  margin-bottom: 0px;
  color: #000;
  background-color: #FAFAFA;
  border: none;
  border-bottom-color: black;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  width: 90%;
  height: 3rem;
  margin: 0 1em 1em 0;
  padding: 0 0 0 .5em;
}
select * {
  padding: .5em;
}
h1 {
  transform: rotate(-90deg);
  position: absolute;
  top: 2em;
  left: -3em;
  font-size: 400%;
  color: #EEE;
  z-index: -1;
}
.wordcloud .box > label.color {
  color: #46a3d5;
}
label {
  display: block;
  margin-bottom: .5em;
  white-space: nowrap;
  font-weight: bold;
  color: #555;
}
label.inline {
  display: inline-block;
  margin-right: 1em;
  color: #555;
  font-variant: small-caps;
}
label > [type="checkbox"] {
  vertical-align: middle;
}
textarea {
  z-index: 1000;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  height: 250px;
  font-size: 1em;
  color: #000;
  background-color: #FAFAFA;
  border: solid 1px #DDD;
  outline: none;
  width: 100%;
  margin: 0 1em 0 0;
  padding: .5em;
  font-family: Arial, sans-serif;
  background: transparent;
}
textarea.normal {
  height: 5em;
}
div.wordcount {
  font-size: 80%;
  color: #777;
}
text {
  cursor: pointer;
}
.conclines,
.profiler,
.analysis {
  border-collapse: collapse;
  margin: 0 auto;
}
.profiler {
  font-size: 90%;
  margin-bottom: 2em;
}
.analysis {
  width: 100%;
}
.analysis thead {
  border: solid 1px black;
  border-width: 0 0 1px 0;
}
td,
th {
  padding: 8px 5px;
}
.profiler thead tr th {
  border: solid 1px #AAA;
  border-width: 0 0 1px 0;
}
.profiler th,
.profiler td {
  text-align: right;
  padding: .3em .7em;
  border: solid 1px #EEE;
  border-width: 0 0 1px 0;
}
.conclines td.lineno {
  color: #555;
  padding-right: 1em;
  font-weight: bold;
  font-size: 85%;
}
.conclines th {
  white-space: nowrap;
  border: solid 1px #DDD;
  border-width: 0 0 1px 0;
}
th a {
  text-decoration: none;
  color: black;
}
th a:hover {
  color: red;
}
tbody tr:hover {
  background-color: #EEE;
}
.kwic {
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  border: solid 1px transparent;
  border-width: 0 0 1px 0;
}
.kwic.kwic_hidden > div {
  color: transparent !important;
}
.kwic.kwic_hidden {
  color: transparent !important;
  border-color: #CCC;
}
.left,
.right {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.lctx {
  position: absolute;
  top: 8px;
  right: 2px;
  white-space: nowrap;
}
.rctx {
  position: absolute;
  top: 8px;
  left: 2px;
  white-space: nowrap;
}
td.sen {
  padding: 8px 5px;
}
footer {
  display: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a > sub {
  color: #bf2323;
  font-size: 70%;
  font-weight: bold;
  margin: 0 .3em 0 .1em;
}
.vitem {
  display: inline-block;
  border-radius: 5px;
  background-color: #EEE;
  padding: 2px 4px;
  white-space: nowrap;
  margin: 2px 4px;
  font-size: 90%;
}
.vhr {
  border: solid 1px #EEE;
  border-width: 0 0 1px 0;
}
.vitem .vtag,
.vitem .vlemma,
.vitem .vlempos {
  font-size: 70%;
  color: #777;
}
.vitem .vtag:before,
.vitem .vlemma:before,
.vitem .vlempos:before {
  content: "/";
}
sup {
    font-size: 70%;
    vertical-align: super;
    line-height: 0;
    color: red;
    background-color: yellow;
    padding: 2px;
}
