	.mui-content-padded .mui-table-view:after,
	.mui-content-padded .mui-table-view:before {
		left: 100%;
	}
	
	.mui-table-view:after,
	.mui-table-view:before {
		left: 100%;
	}
	
	.nodataTxt {
		display: block;
		margin-top: 0px;
		color: #898989;
		font-size: 13px;
	}
	
	#nodata1 {
		width: 100%;
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-top: 30%;
		margin-bottom: 30%;
	}
	
	#pageNext {
		text-align: center;
		width: 100%;
		background: #FFFFFF;
		padding: 6px 0;
		font-size: 13px;
		margin-bottom: 40px;
		border: solid 0px #EFEFEF;
		clear: both;
	}
	
	.select-category {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 40px;
	}
	
	.category-y {
		width: 100%;
		margin-top: 0px;
		background: #F4F4F4;
		color: #FFFFFF;
		border-radius: 0;
		-webkit-appearance: none;
		color: #343434;
	}
	
	.pagelist span {
		font-size: 20px;
	}
	
	.pagelist .pre-span,
	.pagelist .next-span {
		font-size: 30px;
		color: #AFAFAF;
		position: relative;
		top: 2px;
		border: solid 0px #AFAFAF;
		border-radius: 2px;
	}
	
	.pagelist .now,
	.pagelist .all,
	.pagelist span {
		color: #353535;
	}
	
	.pagelist a.pre-next {
		font-size: 30px;
		color: #2c74e3;
		position: relative;
		top: 2px;
		border: solid 0px #2c74e3;
		border-radius: 2px;
	}
	
	.mui-media-body a {
		color: #343434;
	}
	
