<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.css_btn_class {
	display:inline-block;
    padding:3px 20px;
    line-height:20px;
    text-align:center;
    text-decoration: none;
    color:#fff;
    background:#7b8aa1;
    border-radius:5px;
}
.css_btn_class:hover {
	background:#586683;
	color:#fff;
	text-decoration: none;
}
.css_btn_class:active {
	position:relative;
	top:1px;
}

.btn_class{	
    padding:3px 20px;
    line-height:20px;
    text-align:center;
    text-decoration: none;
    color:#fff;
    background:#7b8aa1;
    border-radius:5px;
    border:none;
    cursor:pointer;
}
.btn_class:hover{
	background:#586683;
    color:#fff;
    text-decoration: none;
}
.btn_class:active {
    position:relative;
    top:1px;
}

</pre></body></html>