#_wrapper{
	background:#e5e5e5;
	bottom:10px;
}
#_footer{
/* 	display: none; */
}
#scroller li {
    background-color: #e5e5e5;
    border-bottom: none;
    border-top: none;
    padding: 0 10px;
    line-height: 20px !important;
    height: auto;
}
#pullDown,#pullUp{
	/* background: none; */
	border-bottom:none;
}
.temp-title#_header{
	font-size: 25px;
	color: #fff;
	/* background-color: #1e3e8e; */
	background-image : none;
	height: 45px;
	/* line-height: 45px; */
	text-align: center;
}
.sub-page-list{
	 border-radius: 10px;
	 background:url("../../images/sub-page-bg.png") no-repeat;
	 margin-bottom: 15px;
	 padding:13px 21px 13px 13px;
	 background-size: 100% 100%;
	 margin-bottom: 8px;
}

.mobile-container{
	background: #e5e5e5;
}
.temp-body .sub-date{
	font-size: 12px;
	color: #595757;
}
.sub-page-menu{
	padding: 16px 20px;
}

@media screen and (max-width: 750px){
	.mobile-hide{
		display: none;
	}
}
@media screen and (min-width: 750px){
	.mobile-hide{
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 1100;
		background: #000;
		padding: 5px 20px ;
		border-radius : 15px;
		
	
	}
		.lfr-meta-actions{
			padding-top : 0;
		}
	
}