<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dark-text {
	background: #2c3e50;
	color: #fff;
}
.white-text {
	color: #000;
	background: #fff;
}
.grey-text {
	background: #f8f7f7;
	color: #000;
}
.white-text .span12 h2, .grey-text .span12 h2 {
	color: #000;
	font-size: 30px;
	line-height: 30px;
	font-weight:300;
	text-align: center;
	margin: 30px 0;
}
.dark-text.banner {
	position: relative;
	height: 410px;
}
.dark-text.banner .picture {
	background: url(../../images/pages/licenses/box.png) no-repeat bottom center;
	height: 276px;
}
.dark-text.banner .container {
	padding-top: 40px;
	font-size: 16px;
	line-height: 18px;
}
.dark-text.banner h1 {
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	margin: 0 0 10px 0;
	font-weight: 300;
}
.dark-text.banner ul {
	font-weight: 300;
}
.dark-text.banner li {
	min-height: 35px;
	margin: 15px 0;
	padding-left: 30px;
	background: url(../../images/list-marker-green-ball.png) no-repeat top left;
}
.one-row-form {
	background: #f8f7f7;
	margin: 0;
	padding: 30px 0;
}
.one-row-form form {
	display: block;
	width: 840px;
	padding: 30px 50px;
	margin: -110px auto 0px auto;
	background: #fff;
	color: #000;
	border-radius: 5px;
	position: relative;
	z-index:10;
}
.one-row-form form .title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}
.one-row-form form p {
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	margin: 5px 0 30px 0;
	padding: 0px;
}
.one-row-form form p a {
	color: #000;
	text-decoration: underline;
}
.one-row-form form input[type=text]{
	width: 220px;
	margin-right: 30px;
	background: #fff;
	border: #e5e5e5 1px solid;
	color: #000;
	font-size: 12.75px;
margin-bottom: 20px;
}
.one-row-form form input[type=submit]{
	background: #16c5fe;
	color: #fff;
	border: 0px;
	width: 220px;
	border-radius: 5px;
	font-size: 12.75px;
}
.licenses .container {
	padding: 30px 0 100px 0;
}
.licenses table tbody td {
	border-top: #e0dfdf 1px solid;
	padding: 10px 20px;
}
.licenses table tbody tr td:nth-child(3){
	border-left: #e0dfdf 1px solid;
}
.licenses table tbody th {
	border-top: #1092bc;
	background: #119ac6;
	padding: 12px 20px;
	color: #fff;
	text-align: left;
	box-shadow: 0 10px 20px rgba(0,0,0,0.24);
	font-weight: 300;
}
.licenses table tbody td.num {
	color: #b8b7b7;
	font-style: italic;
	text-align: right;
	border-left: 0px;
}
.licenses table tbody .last th {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.licenses table tbody tr:first-child th, .licenses table tbody tr:first-child td {
	border-top: 0px;
	padding-top: 24px;
}
.licenses table thead th {
	border-bottom: #c6c6c6 1px solid;
	text-align: left;
	font-weight: 300;
	padding: 12px 20px;
}
.licenses table thead tr th:first-child {
	border-bottom-color: #0e7b9e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #119ac6;
	color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.24);
}
.dark-text.banner2 {
	height: 439px;
	background: url(../../images/pages/licenses/banner.jpg) no-repeat center center;
	background-size: cover;
}
.dark-text.banner2 h2 {
	font-size: 33px;
	line-height: 33px;
	margin: 100px 0 40px 0;
}
.licenses-server .container {
	padding: 30px 0;
}
.licenses-server .span5 {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 40px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.24);
	padding-top: 20px;
	padding-bottom: 20px;
}
.licenses-server p {
	padding: 0 10px;
	margin: 0px;
}
.licenses-server p.license-price {
	font-size: 24px;
	line-height: 30px;
	padding-top: 10px;
}</pre></body></html>