.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
    margin-bottom: 6px;
    margin-top: 6px;
}
#commentform .alert{
	margin-top:10px;
	display:none;
}
#commentform .active {
	box-shadow: 0 0 10px #000;
}
#oblast img{
	width: 30px;
	margin-right: 20px;
}
.more_close{
	overflow: hidden;
	margin-bottom: 20px;
	max-height: 400px;
	position: relative;
}
.more_close .more_button_prepend {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 120px;
	left: 0;
	background-image: linear-gradient(rgba(255, 255, 255,0), rgba(255, 255, 255,1));
}
.more_button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
}
.more.more_close .more_button {
	position: absolute;
	top:160px;
	left: 0;
}