#eye {
	display: none;
    align-items: center;
	position: absolute;
	font-style: normal;
	font-weight: 100;
    height: 188%;
    top: 0;
    right: 1.8em;
	background: #f4f7fd;
}

#eye.show {
	display: flex;
}

#eye > * {
	display: inline-block;
	color: #000000;
	font-size: 16pt;
	margin-right: 20px;
	padding: 0 10px;
}

#eye > #reset {
	cursor: pointer;
}

#eye > #reset:before {
	display: inline-block;
	font-size: 16pt;
    content: attr(title);
}

#eye > *:last-child {
	display: inline-block;
	margin-right: 0;
}

#fontsize:before {
	display: inline-block;
	font-size: 16pt;
    content: attr(title);
}

#fontsize > div {
	display: inline-block;
	cursor: pointer;
}

.fontsize0 {
	font-size: 12pt;
}

.fontsize1 {
	font-size: 14pt;
}

.fontsize2 {
	font-size: 16pt;
}

.fontsize3 {
	font-size: 18pt;
}

#fontstyle:before {
	display: inline-block;
	font-size: 16pt;
    content: attr(title);
}

#fontstyle > div {
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
}

.fontstyle0, .fontstyle0 > * {
	font-style: normal;
	font-weight:normal;
}

.fontstyle1, .fontstyle1 > * {
	font-style: italic;
	font-weight:normal;
}

.fontstyle2, .fontstyle2 > * {
	font-style: normal;
	font-weight: bold;
}

.fontstyle3, .fontstyle3 > * {
	font-style: italic;
	font-weight: bold;
}

#contrast:before {
	display: inline-block;
	font-size: 16pt;
    content: attr(title);
}

#contrast > div {
	display: inline-block;
	width: 28px;
    text-align: center;
	cursor: pointer;
}

.contrast0 {
	background: #ffffff;
	color: #000000;
}

.contrast1 {
	background: #000000;
	color: #ffffff;
}

.contrast2 {
    background: #ffff80;
	color: #333365;
}

.contrast3 {
    background: #333365;
    color: #ffff80;
}