/* Standard member poem style */

.member-poem {
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px #a0a0a0;
	padding: 15px;
}

.mp-title {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px dotted #bedaf5;
	margin: 0;
}

.mp-icons {
	float: right;
	padding-top: 5px;
}

.mp-body {
	margin: 15px 0 20px 0;
}

.mp-content {
}

.mp-operations {
	background-color: #ffffbb;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #c0c0c0;
	padding: 2px;
	margin: 0 0 5px 5px;
	display: inline-block;
	float: right;
}

.mp-comment {
	margin: 10px 0 0 0;
}

.mp-thanks {
	margin: 0 0 5px 0;
	background-color: #ffeaff;
}

.mp-info {
	border-top: 1px dotted #bedaf5;
	color: #707070;
	margin: 0;
	padding-top: 2px;
}
