.wikiEditor-ui-toolbar .page-characters div span {
	font-size: 1em;
	line-height: normal;
}

div#centralNotice, 
div#editpage-copywarn, 
div.mw-newarticletext, 
div.mw-tos-summary, 
span.tab-help,
.mw-changeslist-legend {
  display:none !important
}

/* responsive */
table.q {
    display: block;
    /* width: 100%; */
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px solid #aaaaaa;
}

.q > tbody {
    display: flex;
    flex-wrap: wrap;
}

.q-text, .q-author {
    flex-basis: 100%;
    flex-shrink: 0;
}

.q-text-bilingual, .q-original {
    flex-basis: 300px;
    flex-grow: 1;
    flex-shrink: 1;
}

/* /responsive */
/* optional */
.q-text > td:first-of-type,
.q-text-bilingual > td:first-of-type
{
    display: none;
}
.ns-0 .mw-parser-output > ul {
    margin: 0.3em 0;
}
.ns-0 .mw-parser-output > ul > li {
    padding: 1em 0;
    border-bottom: 1px solid #aaa;
    list-style: none;
}
/* /optional */