

		.panel{
		    border: none;
		    box-shadow: none;
		    border-radius: 0;
			margin-bottom: 50px;
		}
		.panel:last-child{
		    border-bottom: 1px solid #e8e8e8;
		}
		.panel-heading{
		    padding: 0;
		}
		.panel-title a{
			display: block;
			line-height: 24px;   
			position: relative;
		}
		.panel-title a:before{
			content: "\f068";
			font-family: 'FontAwesome';
			display: block;
			width: 30px;
			height: 30px;
			line-height: 32px;
			border-radius: 50%;
			font-size: 12px;
			color: #222;
			text-align: center;
			position: absolute;
			top: 25%;
			right: 0;
			transition: all 0.3s ease 0s;
		}
		.panel-title a.collapsed:before{
		    content: "\f067";
		}

.panel-group {
    margin-bottom: 50px;
}
h4.panel-title {
    margin: 0;
}
.qatitle {
    padding-left: 30px;
}
.qatitle h3 {
    margin-top: 0;
    color: #b78f1d;
}
.QAblock {
    position: relative;
}
.QAblock_left {
    position: absolute;
    top: 10px;
    /* left: -10px; */
}
.QAblock_right {
    display: inline-block;
    padding-left: 2%;
    width: 100%;    
	word-wrap: break-word;
	padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.QAblock_right h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.QAblock_left.answer {
    top: 17px;
}
img.gp_logo {
    position: absolute;
    left: 0;
    top: 3px;
}
.panel-body p {
    font-size: 16px;
    line-height: 30px;
}
.nofindqs h3 {
    color: #b78f1d;
    font-weight: 500;
}
.more {
	text-align: center;
    border: 1px solid #b78f1d;
    width: 120px;
    color: #b78f1d;
    margin: 0 auto;
    position: relative;
}
.more h3 {
    margin: 10px auto;
}