CountPanel.less 424 Bytes
.wev-comp-CountPanel{
	display: table;
	width: 100%;
	table-layout: fixed;
	background-color: #fff;
}
.wev-comp-CountPanel > a{
	display: table-cell;
	width: 1%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	color: #444;
    font-size: @font-size-large;
	padding: 10px 0px;
	word-wrap: break-word;
}
.wev-comp-CountPanel > a > div{
	font-size: @font-size-sm;
    color: #999;
}