#topicsBox {
	position: relative;
	margin: 20px 0 0;
}
#topicsBox > p {
	width: 72px;
	height: 28px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	background-color: #8f8f8f;
	margin: 0;
	padding: 8px 0;
	box-sizing: border-box;
}
#topicsBox table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 16px;
}
#topicsBox tr {
	border-bottom: dotted 1px #8f8f8f;
}
#topicsBox td {
	padding: 24px 0;
}
#topicsBox td:first-of-type {
	width: 120px;
	font-size: 12px;
	text-align: center;
}
#topicsBox td:last-of-type {
	font-size: 12px;
}
#topicsBox td:last-of-type a {
	color: #000;
}
#topicsBox td:last-of-type a:hover {
	color: #ff6f00;
}