.sidebar_about_right{
	padding:15px;
	background:#f4f4f4
}
.MR_box_UL{
	list-style-type:none;
	padding-left:0px;
}
.MR_box_UL li{
	padding:10px;
}
.MR_box_UL li:not(:last-child){
	border-bottom:1px solid #ccc;
}
.MR_box_UL li a{
	color:#333;
	font-size:15px;
	font-style:italic;
}
.MR_box_UL li a:hover, .MR_box_UL li a:focus{
	color:#5eabb5;
}
.btn-base{
	padding:6px 25px;
	color:#fff;
	background:#474646;
	font-size:15px;
	border:none;
	margin-bottom:0px;
	margin-top:25px
}
.btn-base:hover, .btn-base:focus{
	background:#5eabb5;
	color:#fff;
}
.one-question{
	padding:10px 15px;
	background:#f1f1f1;
}
.one-answer{
	padding:15px;
	border:1px solid #ccc;
	/* background:#f1f1f1; */
	margin-top:10px;
}
@media (max-width: 767px) { 
	/* CSS phone xs */
	.btn-base.btn-submit{
		margin-bottom:0px;
		margin-top:20px;
	}
	.center_mb{
		text-align:center;	
	}
}
