.content {	
	margin: 0;
	padding: 20px;
	background: #35464c;
}

.content,
.content td,
.content th {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.content img { 
	border: none; 
}

.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFF00;
	font-weight: bold;
}

.content a {
	color: #FFFF00;
	text-decoration: none;
}

.content-edit table,
.content-edit td,
.content-edit th {
	border: 1px dashed #ccc !important;
}

.content form {
	margin-left: 25%;	
	margin-top: 4em;
}
.content label {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #fff;
}
.content form div {
	margin-bottom: 0.5em;
}

