<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* EDITORS */
.editor { background-repeat: no-repeat; background-position: left top; padding-left: 205px; margin-bottom: 8px; }
.editor a { display:block; }
.editbl { background-image: url(images/editors_bl_n.png); }
.editce { background-image: url(images/editors_ce_n.png); }
.editsw { background-image: url(images/editors_sw_n.png); }
.editime { background-image: url(images/editors_ime_n.png); }
.editkm { background-image: url(images/editors_km_n.png); }
.editase { background-image: url(images/editors_ase_n.png); }
.editsde { background-image: url(images/editors_sde_n.png); }
.editkt { background-image: url(images/editors_kt_n.png); }
.editmiza { background-image: url(images/editors_miza_n.png); }
.editkht { background-image: url(images/editors_kht_n.png); }
@media only screen and (max-width:940px) {
	.editor a { padding:8px 0; }
}
@media only screen and (max-width:400px) {
	.editor { padding:0; }
	.editbl,.editce,.editsw,.editime,.editkm,.editase,.editsde,.editkt,.editmiza,.editkht { background-image:none; }
}
@media print {
	.editor { padding:0; }
	.editbl,.editce,.editsw,.editime,.editkm,.editase,.editsde,.editkt,.editmiza,.editkht { background-image:none; }
}
</pre></body></html>