@CHARSET "UTF-8";

.inner_content table th, td {
	font-weight: 300;
	text-align: left;
	padding: 2px 10px;
}

.inner_content table {
	border: none;
	border-bottom: 1px solid #D6DEE0 !important;
	border-collapse: collapse;
}

.inner_content tr:nth-child(even){
	background-color: #F0F5F8
}

.inner_content table td, tr, tbody {
	border: 0px;
}

.inner_content a table br {
	display: none;
}

.inner_content table td {
	color: #83878A;
}

.inner_content table tr:FIRST-CHILD td {
	border: none;
	border-bottom: 1px solid #D6DEE0;
	background-color: white;
	color: black;
}

.inner_content table tr:HOVER {
	background-color: #E0EAF0;
}