/* RESET CSS*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

.clear { clear: both; }
.clickable { cursor: pointer; }
strong, b { font-weight: bold !important; }
em, i { font-style: italic; }

body { background-color: #FFFFFF; color: #000000 !important; font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin: 0; padding: 0px; text-align: center; }

h1, h2, h3, h4 { color: #6cc2f2; font-size: 1.25em; font-weight: bold; }
h4 { color: #000000; font-size: 1em; }

ul, ol { font-size: 0.85em; line-height: 1.25em; list-style: disc; margin-left: 20px; margin-top: 0.65em; }
ol { list-style: decimal; font-size: 0.95em; }
ul li, ol li { padding-top: 0.15em; padding-bottom: 0.15em; }
ul li p { font-size: 0.8em; line-height: 1.15em; margin-top: 0 !important; padding-top: 0.15em !important; }
ul li div { margin-bottom: 0; }
a { color: #6cc2f2 !important; }

#container { border-top: 8px solid #6cc2f2; margin-left: auto; margin-right: auto; width: 980px; }

.section { border-top: 1px solid #d3edfb; padding: 30px 23px 30px 23px; }

.section .main { float: left; margin-right: 45px; width: 475px; }
.section .main p, .section .sub p { font-size: 0.95em; line-height: 1.25em; margin-top: 0.8em; text-align: justify; }

.section .sub { float: left; width: 410px; }

p.fine { font-size: 0.7em !important; font-style: italic; }

.highlight { background-color: #e9f6fd; border: 1px solid #a7daf7; font-size: 0.85em; margin-top: 1em; padding: 10px; }
.highlight p { margin-top: 0.25em !important; }

#uploader { border: 1px solid #6CC2F2; }

code {
	display: block;
	white-space: pre;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	background-color: #E9F6FD;
	padding: 10px;
	margin-top: 0.5em;
	font-weight: bold;
	line-height: 1.4em;
}

code textarea {
	background-color: #E9F6FD;
	border: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
	width: 100%;
}

.mexample {
	width: 100% !important;
	border-bottom: 1px solid #A7DAF7 !important;
	margin-bottom: 25px !important;
}

.mexample .img {
	float: right;
	width: 350px;
	text-align: right;
}

div#logo-mobile { display: none; }

@media only screen and (max-device-width: 480px) {
	div#container { margin: 0 !important; width: 400px !important; }
	div#logo { display: none; }
	div#logo-mobile { display: block !important; }
	
	.section .main { float: none !important; margin: 0 !important; width: 100% !important; }
	.section .sub { float: none !important; width: 100%; }
}