.clsRightArticle
{
	text-align:justify;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #99ddef;
	width: 100%;
	border-collapse:collapse;
	border:none;
}

.clsRightArticle th
{
	color:#a0ffc7;
	font-size: 14px;
	height: 20px;
	padding: 10px;
	width:100%;
}

.clsRightArticle > tr
{
	padding-bottom: 1em;
}

.clsRightArticle td
{
	padding: 10px;
}

.clsRightArticle li
{
	margin:5px 0;
}

.clsRightArticle IMG
{
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
	width: 160px;
	height: 90px;
}

.clsRightArticle IMG:hover {opacity: 0.7;}
