@CHARSET "UTF-8";

#view_news {
	width: 100%;
}
#view_news td {
	vertical-align: top;
}
.news {
	table-layout: fixed;
	width: 520px;
	margin: 10px auto;
}
.news thead tr:nth-child(1) img { height: 20px; }
.news colgroup col:first-child { width:  50px; }
.news colgroup col.category    { width: 100px; }
.news colgroup col:last-child  { width: 100px; }
.news tbody td { overflow: hidden; white-space: nowrap; }
.news tbody td.title { text-align: left; }
.news thead tr:nth-child(2) th,
.news tbody td { padding: 2px 0; }
