<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  CSS definations for Lesser Estate  */
/*-------------------------------------------------------------------------------------------
INDEX:
0. RESET
1. SETUP
1.1 Defaults
1.2 Common Tages
2. SITE STRUCTURE &amp; APPEARANCE
2.1 Header
	2.1 Logo
2.2 Container
  	2.2.1 Showacase
2.3 Footer
-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Sticky footer styles
-------------------------------------------------- */


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
* {
	outline: none;
}
.spacer-5px, .spacer-10px, .spacer-15px, .spacer-20px, .spacer-30px, .spacer-40px, .spacer-50px, .spacer-60px, .spacer-100px {
	width: 100%;
	display: block;
	clear: both;
	height: 5px;
}
.spacer-50px {
	height: 50px !important;
}
.spacer-60px {
	height: 60px !important;
}
.spacer-40px {
	height: 40px !important;
}
.spacer-30px {
	height: 30px !important;
}
.spacer-20px {
	height: 20px !important;
}
.spacer-15px {
	height: 15px !important;
}
.spacer-100px {
	height: 100px !important;
}
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
h1 {
	font-size: 36px;
	margin-bottom: 15px;
	text-align: center;
}
h2 {
	font-size: 32px;
	margin-bottom: 15px;
}
i, em {
	font-style: italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
textarea {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a {
	color: #565656;
	text-decoration: none;
}
a:hover {
	color: #454545;
	text-decoration: none;
}
address {
	font-style: normal;
}
/* 1.2 Common Tages */
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE &amp; APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
.header {
	width: 100%;
	padding: 0px 0px;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(194,194,194,1);
	-moz-box-shadow: 1px 2px 5px 0px rgba(194,194,194,1);
	box-shadow: 1px 2px 5px 0px rgba(194,194,194,1);
	position: relative;
	z-index: 9;
	background: #ffffff;
	margin-bottom: 30px;
}
.form-group {
	margin-bottom: 30px;
}
.footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	margin-top: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 30px;
	background-color: #000;
}
/* 2nd page */
.radio-inline {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
}
/* 2nd page */
.vertical {
	margin-top: 30%;
}
.content {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.content h1 {
	font-size: 42px;
	color: #000000;
	line-height: 48px;
	margin-bottom: 30px;
}
.content p {
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	text-align: left;
}
.content ul {
	display: block;
}
.content li {
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	float: left;
	padding: 10px 10px;
}
.content li:first-child {
	padding-left: 0px;
}
.btn-primary {
	color: #fff;
	background-color: #72D151;
	border-color: #5AC534;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #49982d;
	border-color: #5AC534;
}
.radio label, .checkbox label {
	color: #49982d;
}
.text-center {
	text-align: center !important;
}
form {
	border: 3px solid #f1f1f1;
}
input[type=text], input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

select
{
width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.button {
	background-color: #4CAF50;
	color: white;
	padding: 11px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	font-size: 20px;
}
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
}
img.avatar {
	width: 25%;
	border-radius: 50%;
}
.container {
	padding: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 480px) {
.content {
	width: 320px;
	margin: 0 auto;
	padding-bottom: 40px;
}
}
</pre></body></html>