* {
	
	padding: 0;
	margin: 0;
}


body {
	
	font-family: Verdana, Artial, Sans-serif;
	font-size: 16px;
}

#container .pimcore_editable {
	
	border: 1px solid red;
}


#container #content {

	margin: 4em 0em;
}

#container #content .container {
	
	background-color: lightgray;
	padding: 1.5em;
	border-radius: 5px;
	border: 1px solid black;
	box-shadow: 3px 3px 3px #999;
}

#container #content h1 {
	
	font-size: 1.8em;
	color: #033AA7;
	margin-bottom: 1em;
}

#container #content h2 {
	
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0.5em;
	border-radius: 3px;
	background-color: #C0C0C0;
	box-shadow: 3px 3px 3px #999;
}

#container #content p {

	margin: 2em 0em;
}

#container #content a {
	
	color: #033AA7;
}

#container #content label {

	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}

#container #content input {
	
	padding: 0.5em;
	border: 1px solid black;
	border-radius: 3px;
}

#container #content table {

	margin: 2em 0em;
	border: none;
}

#container #content table tr td {
	
	border: none;
}

#container #content table.students {

	width: 100%;
}

#container #content table.students tr th,
#container #content table.students tr td {
	
	text-align: left;
	padding: 0.5em;
}

#container #content table.students tr th {
	
	background-color: #C0C0C0;
	border-bottom: 1px solid black;
	width: 33%;
}

#container #content table.students tr.even td {

	background-color: #C0C0C0;	
}

#container #content table.students tr td img {
	
	height: 20px;
	margin-left: 1em;
	margin-right: 0.3em;
}

#container #content table.students tr td span {

	font-size: 0.8em;
}

#container #content section.box div {

	margin-bottom: 1em;
}

#container #content section.box div span {
	
	font-weight: bold;
	display: block;
	margin-bottom: 0.3em;
}

#container #content .cross .image {
	
	margin-bottom: 2em;
}