
.accordion_head {
    background-color: none;
    color: #ba9765;
    cursor: pointer;
    border: 2px solid #ba9765;
    margin: 0px 0 30px 0px;
    padding: 0px 0px 0px 11px;
    font-weight: 600;
    line-height: 50px;
    font-size: 30px;
    float: left;
    text-align: center;
    border-right: #ba9765 5px solid;
    width: 100%;
}

.accordion_body {
  background: #fff;
	padding-bottom:20px;
	float:left;
	width:100%;
	padding-top:15px;
	
}

.accordion_body p {
  padding: 18px 5px;
  margin: 0px;
}

.plusminus {
  float: right;
	 background-color: #ba9765;
	color: #fff;
	font-size: 50px;
	width: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 33px;
	
}
