.dpma-textblock {
	margin-bottom: 20px;
}

.dpma-row {
	margin: 12px 5px;
}

.dpma-text-strong {
	font-weight: bold;
}

.dpma-error, .error {
	padding: 10px 5px 5px 8px;
	color: #000;
	background-color: #f8f9fa;
	border: 6px solid #903;
	border-radius: 2px;
}

/* Override PrimeFaces styles.. */
.ui-widget, .ui-outputlabel {
	font-family: "BundesSansWeb", Calibri, Verdana, Arial, Helvetica, sans-serif;
}

.dpma-hr {
	border: solid #e1e3e6 1px;
	border-radius: 4px;
	height: 1px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	box-sizing: content-box;
	overflow: visible;
	line-height: 1.5;
	/*text-align: left;*/
}