<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("reset.css");

/*06/02/2020 18:51:49
a8s vito edited*/

#back {
	position: fixed;
}

.stdu-content {
	padding-left: 110px;
	font: normal 12px arial;
	color: yellow;
	width: 200px;
}

.stdu-content-text-bw {
	color: #000;
    font: normal 12px arial;
	position: fixed;
	bottom: 12px;
	font-size: 10px;
	width: 100%;
	text-align: center;
	text-align: -moz-center;
}

a {
	color: inherit;
	text-decoration: none;
	font: bold 15px arial;
}

.files.preview {
	display: flex;
	display: inline-flex;
	padding: 50px;
}

.fipr {
	height: 15cm;
	padding-right: 15px;
}</pre></body></html>