/* lektorstyle.css */
	.cont-2 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.ta_c h1 {
    margin: 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
}
	.ta_c {
    width: 100%;
}
	.pageTitle {
		font-size: 30px;
	}
	.feedback.feedback678135 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	.cont {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
	.cont-chast1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
	.cont-chast2 {
    width: 100%;
    /* background: aliceblue; */
    display: flex;
    align-items: center;
    justify-content: center;
}
	.feedback ol li,
.review ol li {
	display: block;
	clear: both;
	list-style: none;
}
.feedback ol li label,
.review ol li label {
	display: block;
	margin: 0;
}
.feedback ol li input.text,
.review ol li input.text {
	width: 380px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	height: 25px;
	background: #fff;
}
.feedback ol li textarea,
.review ol li textarea {
	width: 380px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 2px;
	background: #fff;
}
.feedback ol li input.capinput,
.review ol li input.capinput {
	width: 100px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	background: #fff;
}
.feedback ol li img#capimg,
.review ol li img#capimg {
	border: none;
	top: 20px;
	margin: 10px 10px 10px 0;
	float: left;
}
li.button {
	clear: both;
} 
.item {
	display: block;
}
.answerList .name,
.answerList .topic,
.answerList .message {
	padding: 0 7px;
	background-color: #eef;	
}
.answerList .name {
	padding-top: 7px;
	margin-top: 15px;
	border-radius: 5px 5px 0 0;
}
.answerList .message {
	padding-bottom: 0 7px;
	border-radius: 0 0 5px 5px;
}
.answerList .answer_message {
	background: #c4c4ff;
	padding: 7px;
	border-radius: 5px;
	margin: 5px 0;
}
.name .date {
	float: right;
}
	.wrap.small-padding {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: column;
}