#qcerCustom {
			color: red;
			font-weight: bold;
			font-size: 14px;
			font-family: "Georgia", Tahoma, Sans-Serif;
			border: 1.5px solid #DBDBDB;
			padding: 5px 10px 10px 5px; 
			width: 90%;
			border-radius: 10px;
		}
		#qcerCustom p{
			padding-bottom: 3px;
			border-bottom: 1.5px solid #DBDBDB;
			margin-bottom: 8px;
		}
		#qcerCustom img{
			height: 30px;
			width: 30px;
		}
#post_detail h2 {
  text-align: left;
  background-color: #5FBDCE;
  color: #015666;
  border-radius: 4px;
}