.acordian {
	padding-bottom: 10px;
}

.acordian .title {
	background-color: #fff;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
	border-radius:5px;
	border:1px solid #ddd;
}

.acordian .btn_open {
	width: 30px;
    float: right;
    margin-top: 5px;
}