HoriList_wev8.css 672 Bytes
.wev-horitable-view-wrapper{
	overflow-x:auto; 
}
.wev-horitable-view-wrapper .wev-horitable-view{
	display:table;
}
.wev-table-view.wev-horitable-view .wev-navigate-right:after{
	display:none;
}
.wev-table-view.wev-horitable-view .wev-table-view-cell{
	text-align: center;
	display:table-cell;
}
.wev-table-view.wev-horitable-view .wev-table-view-cell:first-child:before, 
.wev-table-view.wev-horitable-view .wev-table-view-cell:after{
	display:none;
}
.wev-table-view.wev-horitable-view .wev-nowrap:first-child{
	color:#333;
	font-size:15px;
	line-height:30px;
}
.wev-table-view.wev-horitable-view .wev-media-object img{
	width:80px;
	height:80px;
	border-radius: 4px;
}