/* Member poem style */

.member-poem {
	color: #111;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px #a0a0a0;
	padding: 15px;
}

.mp-title {
	font-family: "Palatino Linotype", "Times New Roman", Times;
	font-size: 170%;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	border-bottom: 1px dotted #bedaf5;
	margin: 0;
}

.mp-icons {
	float: right;
	padding-top: 10px;
}

.mp-body {
	margin: 15px 0 20px 0;
}

.mp-content {
	font-family: "Palatino Linotype", "Times New Roman", Times;
	font-size: 115%;
}
/* smart phones */
@media screen and (max-device-width:480px) {
.mp-content {	font-size: 100%;	}
}


.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;
}
