@charset "utf-8";
/* CSS Document */

.chronik_table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 0.5em;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	vertical-align: top;
}
.chronik_table tbody td { border-bottom: 1px solid #eee; }
.chronik_table tbody th { border-bottom: 1px solid #fff; text-align: left; }
.chronik_col1 {
	width: 150px;
	text-align: left;
	vertical-align: top;
}
.chronik_col2 {
	vertical-align: top;
}
#chronik_nav {
	margin-right: auto;
	margin-left: auto;
}
#chronik_nav tbody tr:hover td{
	background-color: #FFF;

}
