.panel-container{
	position: relative;
	
	border-bottom: 2px solid #fff;
}
.panel-container:last-child{
	border-bottom: 0;
}
.panel-group .panel{
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.panel-heading , .panel-heading-purchase{
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #026cb6;
}
.panel-heading-purchase{
	margin: -10px 15px 10px;
    padding: 0 0 0 20px;
}
.panel-heading-purchase label , .panel-heading-purchase label.label-unselected {
	width: auto;
	margin-bottom: 3px;
	color: #fff;
	text-decoration: none;
}
.panel-heading-purchase label.label-unselected {
	color: #303030;
}
.panel-heading a,
.panel-heading a:hover{
	width: 100%;
	display: inline-block;
	
	padding: 14px 20px 17px;
	
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-size: 0.9em;
}
.panel-heading a:hover{
	background-color: #0da7e0;
}
.panel-title{
	padding: 0;
}
.panel-body {
	padding: 15px 20px;
}
.panel-ribbon{
	width: 50px;
	height: 25px;
	position:absolute;
	top:-8px;
	right: 33px;
	
	background-image: url('../images/content/faq/faq-ribbon.png'); 
}