body { 
	
	font-size: .9em; color: #444 ;

}


.isHome { background: #fff url(../pattern/subtle_freckles.png); }

#pnav { border-bottom: 1px solid #eee; background: #fff url(../pattern/greyzz.png); }
a.nav-link { font-weight: 600; color: #222 !important }
.nav-flat { color: #bbb !important }

#bnav { border-top: 1px solid #eee; }

/* media besar */
@media (min-width: 576px) {
	#divHome {
		margin-top: 100px;
		margin-bottom: 30px;
	}
	#divNoHome {
		margin-top: 100px;
		margin-bottom: 30px;
	}
	
}
/* media kecil */
@media (max-width: 575px) {
	#divHome {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#divNoHome {
		margin-top: 100px;
		margin-bottom: 20px;
	}	
	.hiddenSmallMedia {
		display: none;
	}
	.divHome {
		margin-top: 60px;
	}
	ul.items .doi {
		display: block;
	}
	.qsearchSelect {
		width: 100px !important;
	}	
	
}


#logoHome { margin-bottom: 2em; }

.qsearchText { border-right:0; border-radius:4px 0 0 4px !important; }
.qsearchSelect { width:100% !important; }

.divTron { margin-top: 2em;}
.tron { font-weight: 600; color: #333 }

.searchResult {
	font-weight: 600;
	margin-bottom: 1em;
}

ul.items {
	padding-left:0;
}
ul.items li {
	list-style-type: none;	
	margin-bottom: 1.5em;
}


ul.items .title {
    padding: 0;
    line-height: 1.3em;
}

ul.items .title a{
	 color: #005680 !important; 
	padding:0;
	font-size: 1.05em;
	font-weight: 600;

}

ul.items .authors {
	font-size: 1em;

}
ul.items .authors a, ul.items .link a{
	color: green !important;
	line-height: 1.3em;

}



ul.items .journal {
	line-height:1.3em;
	font-size: 1em;
	color: orange !important;
}
ul.items .link {
	line-height:1.3em;
	

}

ul.items .journal a {

	line-height:1.3em;
}
ul.items .separator{
	color:#aaa;
	margin-left: 0.4em;
	margin-right: 0.4em;
	line-height:1em;
}

ul.items img { margin-right: 0.2em;}

footer {
	background-color: #eee;
	border-top: 1px solid #ddd;
	margin-top:3em;
}

.navbar-light-2 {
	background-color: #e4eaed !important;
	border-top: 1px solid #c5d1d8 !important;
}

#pagination {
	margin-top: 0.6em !important;
}

#copyright {
	line-height: 3em;
	color: #555;
}

.garis{
	border-right: 1px dashed #ccc;
	
}