
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


.container{
	margin: 0 auto;
}
.container{
	padding: 2em 0;
}
h3{font-size: 1.2em;font-weight: 600;color: rgba(0,0,0,.5);}
.ssi-button span{
	color: white;
	font-size: 12px;
	padding: 0;
}
.ssi-InputLabel{
	display: inline !important;
	padding-top: 0!important;
}