html, body { 
	font-family: sans-serif; 
	font-size: 14px;	
}


.example {
	background-color: #afcbf2;
	padding: 20px;
}


.example p {
	font-size: 1.0em;	
}

.example p:before {
	content:"B:";
	font-weight: bold;
	color: blue;
	margin-right: 20px;
}

.box {
	background-color: rgba(245,247,250,.5);
	padding: 20px;
}

.exercise {
	
	background-color: #90eab5;
	padding: 20px;
}

.exercise p {
	
	font-size: 1.0em;	
}

.exercise p:before {
	content:"Ü:";
	font-weight: bold;
	color: green;
	margin-right: 20px;
}


.source {
	font-family: monospace;
	color: blue;
	font-size: 1.1em;
}


/* Übung Tabelle stylen */
.table_styled td,.table_styled th {
	width: 24px;
	border: 1px solid gray;
	text-align: right;
	padding: 4px;
	background-color: white;
}

.table_styled th {
	background-color: green;
	border: 1px solid darkgreen;
	color: white;
	font-weight: normal;
	
}

table.table_styled
{
    border-collapse: collapse;
}
