/* Tabelle um seine eigenen Daten zu ändern */

table.user_changemetable {
	margin-bottom : 15px;
	margin-top : 15px;
	border-color : #ececec;
	width : 100%;
}

table.user_changemetable td {
	vertical-align : top;
	width : 50%;
	padding: 4px;
}

table.user_changemetable tr {
	margin-bottom : 15px;
	margin-top : 15px;
	border-color : #ececec;
	background-color : #ececec;
}
