@import "/default.css";
@import "/changelog.css";

TABLE.news {
	border-collapse: collapse;
	border: none;
	width: 99%;
	margin-bottom: 2em;
}
TH.news-date {
	border: thin gray solid;
	width: 20%;
	border-right: none;
}
TH.news-short {
	border: thin gray solid;
	border-left: none;
	border-bottom: thin gray dashed;
	text-align: left;
}
TD.news-long {
	border: thin gray solid;
	border-top: none;
	text-align: left;
}
TD.news-long * P {
	margin-left: 0cm;
}
