@charset "utf-8";
/* CSS Document */

		table.tbl {width: 100%; margin: 10px 0 15px 0}
		table.tbl td {text-align: center; height: 60px;}
		table.tbl td.head {background-color: #eee; height: 60px;}
		.blue {color: #005fc0}
		.red {color: #f00}

.lead {
    margin: 0 0 35px 0;
}

.title {
    margin: 0 0 10px 0;
}

.topics {
    margin: 0 0 2.5em 1em;
}

@media only screen and (max-width: 767px) {
.lead {
    margin: 0 0 25px 0;
}
.topics {
    margin: 0 0 2em 0;
}
}