<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
	background: #fff;
	color: #505050;
	font: 14px 'Segoe UI', tahoma, arial, helvetica, sans-serif;
	margin:0;
	padding: 0;
	min-height: 100%;
    min-width: 100%;
	outline:0;
	border:0;
	vertical-align:baseline;
	line-height:1;
}

.full{
	height: 100%;
	min-height: 100%;
}

.header {
	background: #efefef;
	padding: 0;
}

h1 {
	font-size: 48px;
	font-weight: normal;
	margin: 0;
	padding: 0 30px;
	line-height: 150px;
}

p.sub-title {
	font-size: 20px;
	color: #fff;
	background: #969696;
	padding: 0 30px;
	line-height: 50px;
}

.main {
	padding: 5px 30px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

li {
	padding: 4px 0;
}

a {
	color: #267cb2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.lateral-spaced {
	margin-left: 3px;
	margin-right:3px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 80%;
    height: auto;
	margin-bottom: 10px;
}

.pushed {
	margin-left:10px;
}</pre></body></html>