/* 
* Custom CSS Plugin CSB 
* by: Bibit.WS

== Anda Dapat Memodifikasi CSS Style Sesuai Tampilan Yg Diinginkan == 
*/

.csb-breadcrumbs { 
	background: #F8F8F8; 
	font-size: 12px; 
	padding: 4px 10px;
	font-weight: normal; 
	border: 2px solid #ecf0f1; 
} 
.csb-breadcrumbs span.current { 
	font-weight:bold; 
}

.csb-ads {
	margin:15px 0; 
	text-align:center;
} 
.csb-ads-1 {}
.csb-ads-2 {}
.csb-ads-3 {}
.csb-ads-4 {}
.csb-ads-5 {}

h2,h3,h4 {
	text-transform:capitalize;
} 

.aligncenter {
	margin-top:15px;
	margin-bottom:15px;
} 

.csb-image {
	text-align: center;
}
img.csbimg {
	margin: 15px auto;
	width: auto;
	max-width: 100%;
	height: auto;
}

.csb-youtube {
	margin: 15px auto;
	text-align: center;
}
.csb-youtube iframe {
    max-width: 100%;
}

.csbrelatedtext {
	clear: both;
	background: #F8F8F8;
	padding: 5px 8px;
	border-left: 3px solid #ecf0f1;
	font-weight: bold;
	margin: 5px 0;
}

ul.csbrandompost, ul.csbrandomkw, ul.csbsuggest {
	list-style: square; 
	margin:0;
	padding:0;
}
ul.csbrandompost li, ul.csbrandomkw li, ul.csbsuggest li {
	margin: 0 0 5px 15px;
	padding:0;
}

.csbsuggestbox {}
.csb-suggestgrid {
	border-bottom: 1px dotted #eee;
	margin: 10px 0;
}
.csb-suggestgrid h4 {
	font-size: 16px;
}
.csb-suggestgrid p {}