html, body{
	margin: 0;
	padding: 10px 40px;
	background: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	text-decoration: none;
	color: inherit;
}

h2{
	color: #156da1;
	padding: 0;
}

h3{
	color: #e13233;
	padding: 3px;
	margin: 5px 0;
}

h4{
	margin: 10px 0 3px;
	padding: 0;
	color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
}

/* INPUT */

textarea{
	resize: none;
}

.generator-wrapper{
	max-width: 100%;
	width: 920px;
	box-sizing: border-box;
	padding: 20px;
	margin: 5px auto;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
}

.generator-wrapper.toggle-wrapper{
	height: 300px;
	overflow: hidden;
	-webkit-transition: height .1s linear;
	transition: height .1s linear;
}

.generator-wrapper.toggle-wrapper .section-container{
	display: inline-block;
}

.generator-wrapper.toggle-wrapper div.button{
	display: block;
}

.generator-wrapper.hover-wrapper.toggle-wrapper{
	height: 480px;
}

.generator-wrapper.toggle-wrapper.closed{
	height: 60px;
}

.generator-wrapper.toggle-wrapper.closed .section-container, .generator-wrapper.toggle-wrapper.closed div.button{
	display: none;
}

.generator-wrapper.toggle-wrapper h3{
	margin: 5px auto;
	width: 200px;
	border-radius: 5px;
	cursor: default;
}

.generator-wrapper.toggle-wrapper h3:hover{
	background: #e7e7e7;
}

.generator-wrapper.toggle-wrapper h3 span{
	font-size: 13px;
}

.section-container{
	display: inline-block;
	box-sizing: border-box;
	padding: 4px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	vertical-align: top;
	width: 100%;
	max-width: 350px;
	margin: 10px;
	text-align: left;
}

.multi-winner{
	display: none;
}

.intro-text{
	font-size: 13px;
	color: #666;
}

.paragraph-container, .hover-container, .intro-container{
	width: 100%;
	max-width: 725px;
}

.hover-container textarea{
	white-space: nowrap;
}

.section-container input, .section-container select{
	width: 100%;
	box-sizing: border-box;
}

.section-container textarea{
	width: 100%;
	height: 300px;
	box-sizing: border-box;
}

.intro-container textarea{
	height: 100px;
}

.generator-wrapper.colors-wrapper .section-container input:not(.colorpicker){
	display: none;
}

.generator-wrapper.colors-wrapper .section-container:not(.footer-colors){
	background: #fff;
	padding: 15px;
}

.generator-wrapper.colors-wrapper .section-container:not(.footer-colors) h4{
	font-weight: normal;
}

h4.sample-headline{
	font-size: 32px;
	margin: 0 0 5px;
	color: #111111;
}

h4.sample-subhead{
	font-size: 21px;
	color: #a3a3a3;
	margin: 0 0 10px;
}

h4.sample-paragraph{
	font-size: 14px;
	color: #454545;
	margin: 0 0 5px;
}

h4.sample-bullet-head{
	font-size: 21px;
	color: #787878;
	margin: 10px 0;
}

h4.sample-bullet-text{
	color: #454545;
	font-size: 14px;
	padding: 6px 0;
}

.sp-replacer.cpicker{
	width: 10px;
	height: 10px;
	overflow: hidden;
	padding: 0px;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px #999;
}

h4.sample-footer-bg, h4.sample-footer-text{
	color: #fff;
	text-shadow: 0 1px 2px #000;
	padding: 3px;
	border: 1px solid #fff;
}

h4.sample-footer-bg{
	background-color: #dedede;
}

h4.sample-footer-text{
	background-color: #454545;
}

.button {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	background: #156da1;
	padding: 8px 0;
	border-radius: 3px;
	font-weight: bold;
	font-size: 21px;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

.button:hover {
	color: #fff;
}

.button:active {
	box-shadow: inset 0 1px 0 #E7E7E7;
	padding-top: 9px;
	padding-bottom: 7px;
}

.create-wrapper .button{
	display: inline-block;
}

.se-container{
	position: relative;
}

.se-container span{
	color: #156da1;
	float: right;
	cursor: pointer;
}

.se-container span:hover{
	color: #3092c1;
}

.se-img-holder{
	position: absolute;
	bottom: 80%;
	right: -15px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #156da1;
	padding: 10px;
	color: #666;
	visibility: hidden;
	opacity: 0;
	margin-bottom: 5px;
	-webkit-transition: .15s linear;
	transition: .15s linear;
}

.se-img-holder.show-se{
	bottom: 100%;
	visibility: visible;
	color: #666;
	opacity: 1;
}

.se-img-holder:after{
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	right: 15px;
	border: 10px solid transparent;
	border-top: 10px solid #156da1;
}

.se-img-holder img{
	width: 75px;
	cursor: pointer;
	float: left;
	display: block;
	margin: 5px;
	-webkit-transition: opacity .05s linear;
	transition: opacity .05s linear;
}

.se-img-holder img:hover{
	opacity: 0.7;
}

/* OUTPUT */

.output-wrapper{
	background: rgba(0, 0, 0, 0.1);
	text-align: left;
}

.tab{
	display: inline-block;
	vertical-align: bottom;
	padding: 4px 20px;
	margin: 1px;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
	color: #999;
	background: rgba(0, 0, 0, 0.5);
	font-size: 13px;
	cursor: pointer;
}

.tab.active-tab{
	color: #fff;
	margin: 0;
	cursor: default;
	padding: 6px 20px;
	background: rgba(0, 0, 0, 0.3);
}

.output-box{
	width: 100%;
	height: 200px;
	display: none;
	white-space: nowrap;
}

.output-box.active-output{
	display: block;
}

.output-box textarea{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.file-path{
	font-size: 13px;
	color: rgba(0, 0, 0, 0.7);
	padding: 0 0 15px;
}

.output-btns{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 29px;
	margin: -34px auto 20px;
	text-align: right;
	box-sizing: border-box;
}

.output-btns span{
	display: block;
	float: right;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	margin-right: 25px;
	height: 29px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0 ,0.3);
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	position: relative;
}

.output-btns span:hover{
	opacity: 1;
}
