.KadDatas {
	color:#33A;
}

.KadDatas > span {
	display:inline-block;
	border:1px solid #999;
	border-right:0px;
	box-shadow: 0px 0px 5px #999;
	padding:0px 0px 2px 0px;
	margin:10px 0px;
	background-color:#EEE;
	background-size:20px;
	background-position: 5px center ;
	background-repeat: no-repeat;
	text-align: center;
	color:#33A  !important;
	z-index:5;
	width:90px;
	vertical-align:middle;
	height:32px;
}

.KadDatas > span > span {
	display:block;
}

.KadDatas > span > span:last-of-type {
	font-size:9px;
	position:relative;
	top:-5px;
	margin-bottom:-5px;
}


.KadDatas > span.KadDatasViews {
	background-image:url(../images/datas_views.png);
	cursor:normal;
	padding-left:30px;
	width:50px;
}

.KadDatas > span.KadDatasUnderstand:hover,
.KadDatas > span.KadDatasAgree:hover,
.KadDatas > span.KadDatasUse:hover,
.KadDatas > span.KadDatasLike:hover {
	background-color:#DDE;
	color:#119 !important;
	box-shadow: 0px 0px 5px #119;
	z-index:10;
}


.KadDatas > span:first-of-type {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.KadDatas > span:last-of-type {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-right:1px solid #999;
}

.KadDatas > span > span:nth-of-type(1),
.KadDatas > span > span:nth-of-type(2) {
	display:inline-block;
	font-weight: bold;
	color:#000;
}

.KadDatas > span > span:first-of-type {
	margin-right:10px;
}

.KadDatas > span span.KadDataPlus {
	color:green;
}

.KadDatas > span span.KadDataPlus:before {
	content:"+";
	color:green;
	font-weight: normal;
}

.KadDatas > span span.KadDataMinus {
	color:red;
}

.KadDatas > span span.KadDataMinus:before {
	content:"-";
	color:red;
	font-weight: normal;
}

.toggleColumnsCompButton {
	display:block;
	text-align:right;
	cursor:pointer;
	color:#0645ad;
}

.toggleColumnsCompButton:hover {
	text-decoration:underline;
}
