#authority_toc_container {
	float: right;
	margin-right: 124px;
	margin-right: calc( 100px + 2em );
}
#authority_toc {
	background-color: white;
	border: 1px solid #ada999;
	padding: 0 1em;
	margin: 1em 0;
	border-radius: 5px;
	width: 100px;
	position: fixed;
	bottom: 0;
	z-index: 99999;
	overflow: hidden;
}

#authority_toc h2 {
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
}

#authority_toc a {
	margin: .25em 0;
	display: block;
}

#authority_toc_content {
	z-index: 99999;
	transition: max-height 1s ease, opacity 1s ease;
	max-height: 0px;
	opacity: 0;
}
#authority_toc_container.toc_is_open #authority_toc_content {
	max-height: 400px;
	opacity: 1;
}

#authority_toc_close {
	top: 0px;
	left: 0px;
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99998;
}


#authority_toc_container.toc_is_open #authority_toc_close
{
	display: block;
}

@media (min-width: 1015px)
{
	/* On larger screens, clicking the background won't hide the toc. */
	#authority_toc_container.toc_is_open #authority_toc_close
	{
		display: none;
	}
}

@media (min-width: 320px) and (max-width:420px)
{
	/* Make room for google page level anchor ads. */
	#authority_toc
	{
		bottom: 55px;
	}
}
