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

.center-align {
	text-align: center;
}
/*
.right-align-lower {
	text-align: right;
	line-height: 1px;
}
*/
.strong_bottom {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 6px;
}
/*
.smallcap {
	font-variant: small-caps;
}
*/
.bigcap {
	font-size: 18px;
}

.more-space-below {
	line-height: 30px;
}
/*
.thin_line {
	border-bottom: 1px solid black;
}

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none
}

ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white
}

ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
	position: relative;
	z-index: 1;
}

.indent {
	margin-left: 30px;
}
*/
@media screen and (max-width: 800px) {
	#style_toc {
		font-size: 2.5vw;
	}
	
	.bigcap {
		font-size: 2.5vw;
	}
}