body {
	margin-top: 1.0em;
	background-color: #cce6ff;
	font-family: 'Istok Web', Helvetica, Arial, FreeSans, sans-serif;
	color: #000000;
}

#container {
	margin: 0 auto;
	background: whiteSmoke;
	min-width: 700px;
	max-width: 1000px;
	padding: 40px;
	padding-top: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #444;
}

h1 {
	font-size: 4em;
	color: #3e5763;
	margin-bottom: 3px;
	margin-top: 20px;
	font-family: 'Maven Pro', Helvetica;
	font-weight: normal;
}

h1 .small {
	font-size: 0.4em;
}

h1 a {
	text-decoration: none
}

h2 {
	font-size: 1.5em;
	color: #3e5763;
}

h3 {
	color: #3e5763;
}

a {
	color: #3e5763;
}

.description {
	font-size: 1.2em;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: 'Muli', Helvetica;
}

.download {
	padding-top: 20px;
	float: right;
}

pre {
	background: white;
	color: black;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #ccc;
}

hr {
	border: 0;
	border-bottom: 1px solid #aaa;
}

.footer {
	text-align: center;
	padding-top: 30px;
	font-style: italic;
}

li {
	margin-bottom: 0.5em;
}

ul {
	padding-left: 40px;
}

ol {
	padding-left: 25px;
}

ol ul {
	padding-left: 15px;
}

code {
	font-size:16px;
}

code.prettyprint {
	font-size:inherit;
}

p {
	text-align: justify;
}


#container {
	width: 700px;
}

#demo-container li {
	margin-bottom: 1em;
	min-height: 40px;
}

#file-list {
	padding-left: 10px;
	padding-top: 5px;
	font-family: 'Droid Sans Mono', courier;
	font-size: 12pt;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 14px;
	padding: 4px;
	border: solid 1px #AACFE4;
	border-radius: 5px;
	min-height: 28px;
	background-color: #eee;
	box-shadow: 0px 0px 10px #ccc;
}

#fileApcContent {
	width:600px;
	height:150px;
}

#file-list li {
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 11pt;
	margin: .5em;
	min-height: 28px;
}

.form-label {
	width:200px;
	display: inline-block;
	font-size: 12pt;
	vertical-align: top;
}

#demo-container {
	margin-right: 50px;
}

.cfgTextarea {
	width:600px;
	height:150px;

}

input[type=text] {
	height: 21px;
}

input[type=text],select {
	font-size: 12pt;
	padding: 4px;
	border: solid 1px #AACFE4;
	width: 200px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 0px 10px #ccc;
}

select {
	width: 212px;
}

input[type=file] {
	color: transparent;
	font-size: 12pt;
}

button,#download-button {
	margin: 0px;
	font-size: 12pt;
	padding: 4px;
	border: solid 1px #AACFE4;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ccc;
}

input[type=file]::-webkit-file-upload-button {
	margin: 0px;
	font-size: 12pt;
	padding: 4px;
	border: solid 1px #AACFE4;
	width: 209px;
	height: 31px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ccc;
}

#download-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: default;
	color: black;
}

progress {
	position: absolute;
	right: 0px;
	top: 1px;
	opacity: .7;
	width: 80px;
}
