@charset "utf-8";
.content .right .article table.version{
	border-collapse:collapse;
}
.content .right .article table.version tr th{
	border:1px solid #000;
	line-height:200%;
	background:#FFF;
	font-size:14px;
}
.content .right .article table.version tr:hover{
	background:#deeffb;
}
.content .right .article table.version tr td{
	text-align:center;
	border:1px solid #000;
	line-height:180%;
}
.content .right .article table.version tr td:nth-child(1){
	background:#E5EDF0;
	font-weight:bold;
}
.content .right .article table.version tr td ol{
	list-style:decimal;
	padding:0 0 0 40px;
}
.content .right .article table.version tr td ol li{
	width:50%;
	float:left;
	text-align:left;
}