@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


img, object
, embed, video {
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
.clearit {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.quotes-text {
	padding:10px;
	font:normal 1em/1.25em 'OpenSansSemibold', lucida;
}
.font12 {
	font:normal 12px 'OpenSansRegular', lucida;
	padding:10px 10px 0 10px;
}

.lainnya {
	font:normal 0.650/1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	padding:3px 10px 5px 0px;
	background: #ffffff url(http://assets.kompas.com/data/2013/travel/images/artikel/arrowLihatSemua2.gif) 90% center no-repeat; /* Old browsers */
	width:18%;
	border:1px solid #ccc;
	text-align:center;
	float:right;
	margin-bottom:5px;
}
.lainnya a {
	font:normal 0.650em/1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	color:#666;
	text-decoration:none;
}
.lainnya a:hover {
	color:#000;	
}
.border-box {
	border-top:5px solid #e5e5e5;
	width:76%;
	float:left;
	height:5px;
	margin-top:8px;
}
.appendSmallLogoKompas1 {
	display: none;
}
.appendSmallLogoKompas2 {
	display: block;
	margin-left: -10px;
	width: 200px;
}
.appendDate2 {
	display: block;
	padding: 0px 0 0 0;
}
.appendDate1 {
	display: none;
}
p.label {
    position: relative;
}