body {
	background-color: white;
	}


.box-content-item3 {
	float: left;
	width: 300px;
	height: auto;
}

.add-information {
	display: inline-block;
	text-align: center;
	width: auto;
	height: auto;
	margin: 15px 0 0 0;
	padding: 7px 10px 7px 10px;
	border: 1px solid black;
	color: green;
	background-color: #ec703b;
	font-size: 12px;
}

.edit-headline {
	float: left; 
	width: auto;
	margin-top: -25px;
	background-color: gray;
	padding: 2px 10px 2px 10px; 
	font-size: 14px;
}

.edit {
	float: left; 
	width: auto; 
	margin: -1px 0 0 20px;
	background-color: gray;
	padding: 2px 10px 2px 10px; 
	font-size: 14px;
	}


.user-image-add-1 {
	position: absolute; 
	top: 10px; 
	left: 5px;
	width: auto;
	height: auto;
	font-size: 12px;
	background-color: #006C48;
	padding: 2px 15px 2px 15px;
	color: white;
	opacity: 0.7;
}

.user-image-add-2 {
	clear: both;
	position: absolute;
	top: 20px;
	left: 85px;
	width: 160px;
	height: 30px;
	margin-left: 15px;
	font-size: 16px;
	background-color: #006C48;
	text-align: center;
	padding: 10px 25px 0 25px;
	color: white;
}

.request-intro-text {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 20px 50px 0 50px;
	text-align: left; 
	border: 1px dashed black;
	padding: 20px 15px 20px 25px;
	background-color: #80b158;
	color: white;
}







