.bnt-inner {
	padding: 5px 0;
}

.bnt-shortcode {
	width: 100%;
	padding: 0; 
	line-height: 1.7;
	overflow: hidden;
	position: relative;
	color: #222;
	background: #F3D147;
}

.bnt-shortcode .bnt-title {
	float: left;
	width: auto;
	height: 100%;
	position: relative;
	background-color: #E7B940; 
	margin-right: 20px;
	padding: 5px 25px;
}

.bnt-shortcode .bnt-title span {
    position: absolute;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #E7B940;
    border-style: solid;
    width: 0px;
    height: 0px;
    right: -10px;
    top: 8px;
}

.bnt-shortcode .bnt-inner ul {
	padding: 0 100px 0 0;
	margin: 0 !important;
	display: block;
	line-height: 1.6;
}

.bnt-shortcode .bnt-inner ul li {
	list-style: none; 
	margin: 0;
	padding: 0;
}

