.quote-container {
	position: relative;
	margin-bottom: 30px;
}

.note {
	color: #333;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 16px;
	font-size: 15px;
	box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
}

.note .author {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

.note .comment-date {
	font-size: 12px;
	text-align: right;
}

.yellow {
	background: #FFFFC8;
}

.blue {
	background: #a7d0ff;
}

.remove-comment{
	position: absolute;
	top: -8px;
	right: -5px;
}