/* CSS Document */


article .news {
	/*width: 420px;*/
	margin: 0px 0px 40px;
	text-align: left;
}

article .news dt {
	width: 100px;
	margin: 0px 0px 0px 0px;
	float: left;
}

article .news dd {
	margin: 0px 0px 0px 100px;
}

article table {
	width: 1100px;
	font-size: 0.8em;
}

article table tr:nth-child(even) {
	background-color: #EFEFEF;
}

article table tr th {
	padding: 5px 5px;
}

article table tr td {
	padding: 5px 5px;
}

@media screen and (max-width:768px) {
	
article .news {
	/*width: 420px;*/
	margin: 0px 0px 0%;
	text-align: left;
}

article img {
	width: 100%;
}
	
article table {
	width: 100%;
	font-size: 0.8em;
}

article table tr:nth-child(1) {
	display: none;
}
	
article table tr:nth-child(even) {
	background-color: #EFEFEF;
}

article table tr th {
	padding: 0px 5px !important;
}

article table tr td {
	padding: 0px 5px !important;
}
	
}