html {
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 130%;
	color: #000000;
}
body {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.header-bg {
	background: url('header-bg.jpg');
	width: 100%;
	padding: 20px 0;
}
.header-bg h1 {
	text-align: center;
	font-size: 160%;
	color: #fff;
}

div.section {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
div.section > div {
	display: inline-block;
	padding: 0.3em 0.5em;
	background-color: #FCFCFC;
	border: 0.05em solid #E0E0E0;
	border-radius: 0.5em;
}
div.section > div > *:first-child {
	margin-top: 0em;
}
div.section > div > *:last-child {
	margin-bottom: 0em;
}
input {
	font-family: inherit;
	font-size: inherit;
}
input[type=number] {
	text-align: right;
}
#charset p {
	margin: 0.5em 0em;
}
#charset-checkboxes {
	line-height: 1.5;
}
#charset-checkboxes label, #charset-checkboxes span {
	padding: 0.1em 0em;
}
#charset-checkboxes label {
	padding-right: 0.3em;
}
#charset-checkboxes span:hover {
	background-color: #F0F0F0;
	border-radius: 0.2em;
}
#charset-checkboxes small {
	font-size: 70%;
	color: #A0A0A0;
}
#password {
	margin-left: 0.3em;
	padding: 0.1em 0.3em;
	background-color: #F8F8F8;
	border-radius: 0.2em;
	font-family: "Consolas", monospace;
	font-size: 140%;
	word-wrap: break-word;
}
p.lowlight {
	color: #A0A0A0;
}
hr {
	border: none;
	border-top: 0.05em solid #B0B0B0;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.content p {
	font-size: 10px;
	text-align: justify;
}
.bnt-generate {
	padding:0.5em 0.5em;
	
}