#company-news-content {
	text-align: center;
	padding-top: 1%;
	overflow: hidden;
}

.all-table td {
	text-align: left;
}

.all-table {
	margin: 0px auto;
	float: none;
	position: relative;
	overflow: hidden;
}

.individual-table td {
	text-align: left;
	padding:25px;
}

.first-td {
	width: 10%;
}

.second-td {
	text-align: justify;
	width: 80%;
}

.second-td p {
	margin: 0px;
}

.third-td {
	width: 10%;
	text-align: right;
	padding:0px !important;
	font-size: 12px;
}

.second-td p {
	text-align: justify;
}

.individual-table td img {
	/*width: 15px;*/
	height: 25px;
}

.company-news-hr {
	height: 1px;
	border: 0px;
	padding:0px;
	margin: 0px;
	width: 100%;
	background: #C61E1E;
	overflow: auto;
}

table {
	border: none !important;
}

@media (max-width: 767px) {
	#hover-h-li {
		right: -11px;
	}

	    .second-ul li:nth-child(4) {
        border-bottom: none !important;
    }
}

a:hover {
  color: black;
}