/**
 * BLOGGER SITEMAP WITH ACCORDION EFFECT
 * ---------------------------------------------------
 * Modified by Heriyanto Saputra Mandala - http://sharehovel.blogspot.com
 * Original: http://www.abu-farhan.com
 * ---------------------------------------------------
 */

.judul-label{
background-color:#6CB93C;
font-weight:bold;
line-height:1.4em;
margin-bottom:5px;
overflow:hidden;
white-space:nowrap;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em; 
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 1px 1px 4px #AAAAAA;
box-shadow: 0 1px 2px rgba(0,0,0,.2);
color: #e9e9e9;
border: 2px solid white !important;
background: #6e6e6e;
background: -webkit-gradient(linear, left top, left bottom, from(#6CB93C), to(#6CB93C));
background: -moz-linear-gradient(top,  #D73D3D,  #D73D3D);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7792FB', endColorstr='#D73D3D');
	
}

.data-list{
line-height:1.5em;
margin-left:5px;
margin-right:5px;
padding-left:15px;
padding-right:5px;
white-space:nowrap;
text-align:left;
font-family:"Arial",sans-serif;
font-size:12px;
}

.list-ganjil{
background-color:#C0F2A1;
}

.headactive{
	color: #ffffff;
	border: 2px solid white !important;
	background: #0535F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#62FF00), to(#479D11));
	background: -moz-linear-gradient(top,  #333333,  #212121);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
#daftar-isi strong {
  font-weight:Normal;
  font-style:italic;
font-size:10px;
  color:red;