
/* BEGIN - Your CSS styling starts here */
/*esconde titulo dos grupos*/
#details_1 .legend {
	display: none;
}
#details_1 .foobar {
	display: none;
}
#details_1 {
		width:95%;
max-width: 900px;
	margin:10px;
	clear: both;
	border: 1px solid #457D54;
	border-radius: 10px;
	background-color: rgba(187,211,177, 0.1);
}

#details_1 .fabrikLabel {
max-width: 400px;
font-size: 14px;
font-style: italic;
text-decoration: underline;
text-align: right;
}

#details_1 .fabrikElement {
width: 100%;
}

#details_1 .fabrikElementReadOnly {
margin-left: 18px;
margin-right: 0px;
}

#details_1 .fabrikElement {
width: 600px;
}

#details_1 .fabrikDataEmpty {
    display:none;
}

/* END - Your CSS styling ends here */
