html, body {
	overflow-y: visible;
}

body {
	font-family: 'sans-serif';
	font-size: 1em;
	text-shadow: none;
	line-height: 25px;
	color: #1e2b32;
	font-size: 16px;
	margin: 0;
	padding: 0;
	
	background-color: #f5f7fa;
	background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
	background-repeat: no-repeat;
}

.main {
	margin: 2em;
	margin: auto;
	margin-top: 4em;
	margin-bottom: 2em;
	padding: 20px;
	max-width: 800px;
	background-color: white;
	border-radius: 1em;
}

abstract {
	font-family: Verdana;
	border: 1px solid #e8ecf0;
	background-color: white;
	display: inline-block;
	
	margin: auto;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 1em;
	margin: 1em;
	padding-top: 0;
	padding-bottom: 0;
	
	box-sizing: border-box;
}

blockquote {
	width: 100%;
	box-sizing: border-box;
}

textarea {
	max-width: 100%;
	min-width: 100%;
	box-sizing: border-box;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

p {
	margin-top: 1.0em;
	margin-bottom: 1.1em;
}

h1 {
	margin-top: 1.5em;
	color: #2a0c5f;
	font-size: 2em;
	line-height: 40px;
}

h2 {
	margin-top: 3.5em;
	margin-bottom: 1.5em;
	color: #4491f4;
	/*text-transform: uppercase;*/
	font-size: 1.4em;
}

h3 {
	margin-top: 2.5em;
	font-size: 1.1em;
	color: black;
}

h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.0em;
}

h5 {
	margin-top: 1em;
	margin-bottom: 0em;
	font-size: 1em;
	font-weight: normal;
	font-style: oblique;
	font-weight: 500;
}

li {
	margin-top: .1em;
	margin-bottom: .1em;
}

kbd {
	display: inline-block;
	margin: 0 .1em;
	padding: .1em .6em;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #242729;
	text-shadow: 0 1px 0 #FFF;
	background-color: #e1e3e5;
	border: 1px solid #adb3b9;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(12,13,14,0.2),0 0 0 2px #FFF inset;
	white-space: nowrap;
}



legend {
	padding: 0.2em 0.5em;
	font-weight: normal;
	font-size: 17px;
	background-color: white;
	border-radius: 3px;
	
	border: 1px solid #d9d9d9;
}

legend img {
	vertical-align: top;
}

legend span {
	vertical-align: middle;
	text-shadow: none;
	color: #1e2b32;
	font-family: 'sans-serif';
}

fieldset {
	display: inline-block;
	width: 100%;
	max-width: 750px;
	margin: 16px;
	padding: 16px;
	border: 0px;
	background-color: white;
	border-radius: 5px;
	border: 0px solid #d9d9d9;
	
	border-radius: 4px;
	
	background-image: linear-gradient(rgb(255, 255, 255), rgb(242, 246, 249));
	background-repeat: repeat;
	box-shadow: 0 0 0 1px rgba(14,41,57,.12),0 2px 5px #c9cfd5,inset 0 -1px 2px rgba(14,41,57,.15);
	
	box-sizing: border-box;
}

.alpha.warning {
	margin: 26px;
	padding: 16px;,
	background-color: #fcfdfd;
	border: 1px dotted black;
	font-size: 0.6em;
	display: inline-block;
	width: 450px;
	text-align: left;
}


label {
	display: inline-block;
	min-width: 85px;
	font-weight:normal;
	display: block;
	font-size: 0.9em;
	text-shadow: none;
	color: #1e2b32;
	font-family: 'sans-serif';
}

input[type=text], input[type=password], select.select {
	border-radius: 2px;
	border: 1px solid #bbb;
	font-size: 1.3em;
	padding: 0.2em;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.18);
	margin: 0;
	margin-bottom: 10px;
	margin-top: 3px;
	background-color: white;
}



input[type=button], button, .button {
	box-shadow: 0 1px 1px rgba(0,0,0,.16);
	background: linear-gradient(#28a0e5,#015e94);
	border-left: 1px solid #2889c2;
	border-right: 1px solid #2889c2;
	border-top: 1px solid #289ee4;
	border-bottom: 1px solid #005f95;
	border-radius: 5px;
	background-image: linear-gradient(rgb(40, 160, 229), rgb(1, 94, 148));
	background-repeat: repeat;
	text-shadow: 0 1px 1px rgba(0,0,0,.53);
	font-size: 1em;
	padding: 0.5em;
	color: white;
	text-decoration: none;
}

input[type=button]:disabled, button:disabled, .button:disabled {
	background: #C0C0C0;
	border: 1px solid black;
	color: #555555;
}

.alert {
	background-color: yellow;
	color: black;
	border: 3px dotted black;
	border-radius: 5px;
	padding: 0.5em;
	font-size: 0.9em;
	text-shadow: none;
	font-family: 'sans-serif';
}

.alert.success {
	background-color: #9fffbd;
}

div.alert {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul {
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

li {
	display: list-item;
	overflow: visible;
	margin: 0;
	padding: 0;
	margin-left: 2em;
}

ul li {
	list-style-type: disc!important;
}

ul.horizontal {
	border: 0px solid green;
	margin: 0;
	padding: 0;
}

ul.horizontal li {
	display: inline-block;
	margin-left: 1em;
}

ul.horizontal li:first-child {
	margin-left: 0;
}

ol {
	padding: 0;
	margin: 0;
}

ol li {
	padding: 0;
}


code {
	white-space: nowrap;
	background-color: white;
	padding: 1px;
	border-radius: 2px;
}

@media (max-width: 820px) {
	
	.main {
		/*border: 1px solid red;*/
		padding-left: 2px;
		padding-right: 2px;
	}
	
	fieldset {
		/*border: 1px solid blue;*/
		margin-left: 0;
		margin-right: 0;
	}
	
	blockquote {
		margin: 0;
		max-width: 90%;
	}
	
}


