/*
block-ssr.css GULA
URI: http://www.steckdesign.ch/
Author: SteckDesign.ch
Author URI: http://www.steckdesign.ch/
Version: 1.0
*/

hr.ssr {
	margin: 3em 0;
	width: 100%;
	height: 0;
	clear: both;
	border: 0;
	border-top: 1px solid rgba( var(--fp_magenta), 1.0);
}
hr.ssr:first-child {
	margin: 0em 0 3em 0;
}
.ssr input, .ssr select, .ssr textarea {
	margin: 0.5em 2px 1em;
	padding: 0 10px;
	height: 2.6em;
	width: 100%;
	font: inherit;
	line-height: inherit;
	color: rgba( var(--sitecolor), 1.0);
	background: #fff;
	/* border: 1px solid rgba( var(--sitecolor), 0.3);
	border-radius: 2px; */
	outline: 0;
}
.ssr input, .ssr select {
	margin-top: -1em;
}
.ssr input[readonly=readonly] {
	font-weight: 700;
	background: rgba( var(--sitecolor), 0.07);
}
.nowrap {
	white-space: nowrap;
}
