<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button {
	position: relative;
	display: inline-block;
	padding-left: 3%;
	padding-top: 5px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.3s ease 0s;
	background-color: #7cbacb;
}

 .button:hover {
 	background: #306371;
 }

 .button a {
 	text-decoration: none;
 	color: #fff;
 	font-family: "Roboto Condensed";
 	font-size: 20px;
 	text-align: center;
 }

/* Big Button Style */

.big {
	height: 40px;
	width: 150px;
}

.big span {
	display: block;
	text-transform: none;
	font: italic normal 12px/18px Georgia, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .12);
}

/* Green Color */

.green {
	color: #3e5706;

	background: #a5cd4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* W3C */
}

/* Blue Color */

.blue {
	color: #ffffff;

	background: #1E90FF; /* Old browsers */
}

/* Gray Color */

.gray {
	color: #515151;

	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
	background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}

.button-news {
	position: relative;
	display: inline-block;
	text-align: center;
	transition: all 0.3s ease 0s;
	background-color: #272a73;
}

 .button-news a {
 	text-decoration: none;
 	color: #fff;
 	font-family: "Roboto Condensed";
 	font-size: 20px;
 	text-align: center;
 	padding: 10px;
 }

.min {
	height: 30px;
	width: auto;
}</pre></body></html>