#style_toc {
	font: bold 14px Georgia, Times, serif;
	color: black;
}

#table_pageview {
	border-spacing: 0;
	border-collapse: collapse;
}

.td_width_size {
	width: 20%;
}

.to_left {
	text-align: left;
}

.to_right {
	text-align: right;
}

.center-align {
	text-align: center;
}

.strong_bottom {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 6px;
}

.row_lightyellow {
	background-color: #fffdad;
}

.bigcap {
	font-size: 18px;
}

.more-space-below {
	line-height: 30px;
}

.bg_white {
	background-color: white;
	padding: 1px 4px;
}

@media screen and (max-width: 800px) {
	#style_toc {
		font-size: 2.5vw;
	}
	
	.bigcap {
		font-size: 2.5vw;
	}
}