@charset "utf-8";
/* Used in the glossary page */

.glossarycontents {
	text-align: center;
}
.glossarycontents a {
	border: 1px solid #630;
	padding: 2px 5px;
	font-weight: bold;
	color: #03f;
	text-decoration: none;
	display: inline-block;
	margin: 2px;
	width: 2.0em;
}
.glossarycontents a:hover {
	background: #fc0;
}


.tab-glossary {
	border: 3px double #999;
	margin-top: 15px;
	width: 100%;
}
.tab-glossary td {
	border: 1px solid #999;
	vertical-align: top;
	padding: 2px;
}
.tab-glossary caption {
	font-weight: bold;
	color: #630;
	text-align: left;
	font-size: 120%;
	padding-left: 1em;
}
.tab-glossary tr:nth-of-type(odd)  {
	background: #eee;
}


/* ######################## CHANGES FOR MOBILE ######################## */
@media only screen and (max-width: 1000px) {

.glossarycontents a {
	padding: 4px 8px;
	margin: 3px;
	width: 2.5em;
}

}
