/* ------------------------ general */
.tx-bws-inprojects a {
	text-decoration: none;
	color: black;
}
.tx-bws-inprojects a.listitems {
	padding: 3px 0;
	margin: 0;
	display: block;
}
.tx-bws-inprojects a:hover {
	color: #83A400;
}

/* ------------------------ list */
.tx-bws-inprojects .list_body {
	min-height: 160px;
}
.tx-bws-inprojects .list_footer p {
	margin: 0;
	padding: 0;
}

/* ------------------------ detail */
.tx-bws-inprojects .show_body {
	min-height: 280px;
}
.tx-bws-inprojects .show_footer p {
	margin: 0;
	padding: 0;
}
.tx-bws-inprojects .show_back {
	margin: 12px 0 0 0;
	padding: 0;
}
