.feedback-title {text-align: center;}

.feedback-list {margin: 15px 0; padding: 0; list-style-type: none;}

.feedback {margin: 15px 0; padding: 0;}
.feedback .text {
	border: 1px solid #aaa; 
	border-radius: 10px;
	padding: 10px 15px;
	background-color: #eee;
}
.feedback .info {display: flex;}
.feedback .name {
	display: block;
	padding: 5px 30px 0 15px;
	font-weight: bold;
	position: relative;
}
.feedback .pin {
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.feedback .pin:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	background-color: #eee;
	border: 1px solid #aaa;
	position: absolute;
	left: -50%;
	top: 50%;
}

.feedback .response .pin {bottom: auto; top: -1px;}
.feedback .response .pin:after {left: -50%;	top: -50%;}

.feedback .tech {flex: 1; display: flex; align-items: flex-end; justify-content: flex-end;}
.feedback .ip,
.feedback .date {padding: 5px 5px 0 5px; font-size: 13px;}

.feedback .response {margin-left: 25%; margin-top: 10px;}
.feedback .response .text {}
.feedback .response .info {justify-content: flex-end;}
.feedback .response .name {padding: 5px 15px 0 30px; color: #c91313;}
.feedback .response .pin {left: 0}
.feedback .response .pin:after {left: 50%;}

.feedback-header {text-align: center;}
.feedback-button {}

#feedback-form textarea {height: 5em;}
