.fanspage {
	width: 1200px;
	margin: 0 auto;
}
.ibacor_fb_streaming .fb_box {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.ibacor_fb_streaming .fb_status {
	padding: 15px;
	border-bottom: 1px solid #ced0d6;
	overflow: hidden;
}

.ibacor_fb_streaming .fb_komen {
	background: #f6f7f8;
	padding: 10px;
}

.ibacor_fb_streaming .fb_komen_sub {
	margin-left: 40px;
	border-left: 1px solid #bbb;
	padding: 10px;
}

.ibacor_fb_streaming .load_more_komen_sub {
	background: #f6f7f8;
	margin-top: 0px;
	margin-left: 40px;
	border-left: 1px solid #bbb;
	padding: 10px;
	cursor: pointer;
}

.ibacor_fb_streaming .fb_bls_komen {
	position: relative;
	border-top: 1px solid #ced0d6;
}

.ibacor_fb_streaming .fb_bls_like {
	position: relative;
	padding: 10px;
	background: #f6f7f8;
	border-top: 1px solid #ced0d6;
	border-bottom: 1px solid #CED0D6;
}

.ibacor_fb_streaming a, .ibacor_fb_streaming strong {
	color: #3d5b99;
	cursor: pointer;
	text-decoration: none;
}

.ibacor_fb_streaming span.strong {
	color: #777;
}

.ibacor_fb_streaming span {
	color: #aeafb4;
	margin-right: 15px;
}

.ibacor_fb_streaming p {
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px !important;
}

.ibacor_fb_streaming .fb_komen .box_komen {
	display: block;
	margin-right: 10px;
	overflow: hidden;
	*overflow: visible;
}

.ibacor_fb_streaming .fb_komen .kenca {
	float: left;
}

.ibacor_fb_streaming .fb_url_share {
	border: 1px solid #ced0d6;
	margin: 10px 0px 10px;
	padding: 10px;
	display: block;
	overflow: hidden;
	*overflow: visible;
}

.ibacor_fb_streaming .fb_url_share img {
	float: left;
	width: 20%;
	padding-right: 20px;
	height: auto;
}

.ibacor_fb_streaming a .fb_url_share {
	color: #333;
}

.ibacor_fb_streaming .tabs a {
	color: #777;
}

.ibacor_fb_streaming .tabs {
	display: block;
	background: #f1f1f1;
	color: #777;
	width: 100%;
	margin: 0px;
}

.ibacor_fb_streaming .tabs .tab {
	display: inline-block;
	padding: 0px;
	width: 25%;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	cursor: pointer;
}

.ibacor_fb_streaming .tabs .tab .tab-inner{
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
}

.ibacor_fb_streaming .tabs .tab.lihatlike, .ibacor_fb_streaming .tabs .tab.lihatkom {
	display: inline-block;
	padding: 0px;
	width: 25%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.ibacor_fb_streaming .tabs .tab:hover {
	background: #ddd;
}

.ibacor_fb_streaming span.like_bls {
	cursor: auto;
}

.ibacor_fb_streaming span.likers {
	margin-left: 10px;
	color: #333;
}

.ibacor_fb_streaming .fb_status p {
	margin-top: 0px;
	margin-bottom: 30px;
}

.ibacor_fb_streaming img.fb_user_foto {
	margin-right: 10px;
	float: left;
}

.ibacor_fb_streaming img.fb_status_foto {
	width: 100%;
	margin-bottom: 10px;
}

.ibacor_fb_streaming img.likers_foto {
	width: 25px;
	float: left;
}

.ibacor_fb_streaming img.user_komen_foto {
	width: 40px;
}

.ibacor_fb_streaming .katuhu strong {
	margin-right: 10px;
	float: left;
}

.ibacor_fb_streaming .fb_komen_foto {
	margin: 0px;
	padding: 0px;
}

.ibacor_fb_streaming .fb_komen_foto img {
	width: 100%;
}

.ibacor_fb_streaming .load_more_komen {
	background: #f6f7f8;
	margin: 0px;
	padding: 10px;
	cursor: pointer;
}

.ibacor_fb_streaming .load_more {
	display: block;
	text-align: center;
	margin-top: 60px;
}

.ibacor_fb_streaming .load_more .btn {
	border: 3px solid #017DA0;
	border-radius: 3px;
	width: 50%;
	font-size: 1.5em;
	font-weight: bold;
	cursor: pointer;
	padding: 15px 20px 15px 20px;
	background-color: transparent;
	color: #017DA0;
	-webkit-transition: background-color 200ms linear, color 200ms linear;
	-moz-transition: background-color 200ms linear, color 200ms linear;
	transition: background-color 200ms linear, color 200ms linear;
}

.ibacor_fb_streaming .load_more .btn:hover {
	color: #fff;
	background-color: #017DA0;
}

.ibacor_fb_streaming .modalDialog {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	font-family: 'Source Sans Pro', sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.ibacor_fb_streaming .modalDialog > div {
	width: calc(100% - 100px);
	text-align: center;
	position: relative;
	margin: 20px auto;
	padding: 5px 20px 13px 20px;
}

.ibacor_fb_streaming .modalDialog img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.ibacor_fb_streaming .modalDialog .close {
	background: salmon;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
