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


.editorBtn:hover {
    border:1px solid #000;
}
.editorBtn a {
    display:block;
	text-decoration: none;
	padding: 12px 20px;

}
.editorBtn a:hover {

	text-decoration: none;
	color:#333;
}

/**umb_name:Gul knapp*/
.editorBtn {
	display: inline-block;

	background-color: #fdc300;
	color: #000;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	min-width: 175px;
	font-weight: bold;
	border:1px solid #fdc300;
}
</pre></body></html>