.postit_item
{
	background-color:white;
	min-height: 160px;
	margin-bottom: 10px;
	text-align: left;
	border-radius: 2px;
	box-shadow: 0 0 9px rgba(34, 34, 34, 0.15);
	padding: 9px 14px;
	border: 1px solid #b6c0c0;
}

.postit_item h3
{
	margin-top: 14px;
}

.postit_item hr {

	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 4px;
	margin-bottom: 10px;

}

.iconcorner
{
	border: 3px solid lightgray;
	border-radius: 50%;
	padding-top: 6px;
	background: #fffed2;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 1.7rem;
	float:right;
	margin: 6px 0;
	margin-left: 5px;
}
