.clsLeftArticle
{
	text-align:justify;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #99ddef;
	/* background-color:#393c56; */
	width: 100%;
	border-collapse:collapse;
	border: 2px solid #1476ff;


	/* background-image:url('../Images/Tables/NEWS_Background.png');
	background-repeat:repeat; */
}

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

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

.clsLeftArticle td
{
	padding: 10px;
}

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

.clsLeftArticle IMG:hover {opacity: 0.7;}
