
#cssfx {
	margin:0 auto;
	width:720px;
	padding:20px
}
h1 {
	font-size:3em;
	margin:0;
	text-align:center;
	text-shadow:0px 0px 20px #407fab
}
h2 {
	text-transform:uppercase;
	margin-top:10px;
	text-shadow:0px 0px 5px #407fab;
	text-align:center;
	transform:rotate(-2deg)
}
h2:hover {
	transform:rotate(2deg) scale(1.5)
}
h2, h2:hover {
	transition:all 0.5s ease-out
}
h3 {
	text-shadow:0px 1px 0px #09121e;
	margin-top:2em;
	margin-bottom:0;
}
#example h3 {
	margin-top:0;
	margin-bottom:0.5em
}
p {
	line-height:1.4em;
	margin-bottom:1em;
	margin-top:0.5em
}
em {
	text-decoration:underline
}
#desc {
	padding-top:20px;
	font-size:1.2em
}
#example {
	width:100%;
	padding:20px 0;
	margin:30px 0;
	overflow:hidden
}

#example-to, #example-from {float:left;width:45%}
#example-from, #example-to {margin-left:3%}
#example textarea {width:98%;min-width:98%;max-width:98%;min-height:200px;height:200px;background:transparent;color:#fff;font-family:Envy Code R, monospace;font-size:14px;border:solid 1px #003C62;border-radius:4px;padding:5px;box-shadow:inset 0px 2px 8px #09121e}
#example textarea:focus {box-shadow:0px 0px 8px #407fab}
#generate {margin:3%;width:94%;margin-bottom:0;padding:10px;font-size:2em;font-weight:bold;font-family:sans-serif;border-radius:8px;border:0;background:0;	text-shadow:0px 0px 20px #407fab;color:#fff;	box-shadow:0px 0px 10px #407fab;}
#generate:hover {box-shadow:0px 0px 13px #47b6ff;transform:scale(1.02)}
#generate, #generate:hover {transition:all 0.2s ease-out}

#lead {display:box;box-pack:left;box-align:center}
#download-well {width:300px;display:box;box-pack:center}
#desc {box-flex:1;margin-right:50px}

#download {
	display:block;
	line-height:53px;
	padding-left:54px;
	background:url(download.png) no-repeat;
	color:#c8e8ff;
	font-weight:bold;
	text-shadow:0px 1px 0px #09121e
}
#download:hover {
	color:#fff;
	text-shadow:0px 0px 10px #407fab
}
#download,#download:hover {
	transition:all 0.2s ease-out
}
small {
	padding-top:10px;
	border-top:solid 1px rgba(0,0,0,0.3);
	text-align:center;
	margin-top:20px;
	opacity:0.8;
	display:block
}
small a {
	color: #fff
}
