@media screen and (max-width: 640px) {
#sideMenu {
	display: none;
}
#newsList {
	width: 100%;
}
#newsList th, #newsList td {
	padding: 0 0 10px;
	vertical-align: top;
}
#newsList th {
	width: 80px;
	padding: 0 10px 14px;
	font-weight: bold;
	line-height: 1;
}
#newsList img {
	margin: 5px 0 0;
	width: 60px;
}
}
@media print, screen and (min-width: 641px) {
#newsList th {
	font-weight: bold;
}
#newsList th, #newsList td {
	vertical-align: top;
}
}
@media screen and (min-width: 641px) and (max-width: 959px) {
#newsList th{
	width:140px;
}
#newsList th img {
	margin: 0 7.6px;
	width: 60.8px;
}
#newsList th, #newsList td {
	vertical-align: top;
	padding: 0 0 7.6px;
}
}
@media print, screen and (min-width: 960px) {
#newsList th{
	width:175px;
}
#newsList th img {
	margin: 0 10px 0;
	width: 75px;
}
#newsList th, #newsList td {
	vertical-align: top;
	padding: 0 0 10px;
}
}
