@charset "utf-8";
/* CSS Document */
@page {
	size: auto;
	margin: 5mm;
}
@media screen {
	.printDiv {
		display: none;
	}
	.writtenBy {
		display: none;
	}
}
@media print {
	body {
		font-size: 10px;
		line-height: auto;
	}
	.largeText{
		font-size: 13px;
	}
	.main {
		display: none;
	}
	.tooltip {
		display: none;
	}
	.editPane {
		display: none;
	}
	.centered td, .centered th{
		text-align: center;
	}
	.tournamentList{ font-size:13px;}
	.subhead{background-color:#e0e0e0e;font-weight:bold;}
	a{text-decoration:none !important; color: inherit;}
	.glossaryLinks{display:none;}
	.glossaryLetter{font-size:12px;}
	div.glossaryContainer{margin-top:10px !important;}
	div.glossaryContainer h2{display:none;}
}
.tooltip {
	pointer-events: none;
}
.break {
	page-break-before: always;
}
h3 i, a i, h4 i{
	color: #bec1c6;
	cursor: pointer;
}
.addToMonster{ white-space: nowrap;}
.addToMonster sup{color:#999999;}
.editPane {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 10000;
}
.editPaneContents {
	padding: 40px;
	color: #000000;
	overflow-y: scroll;
    height: 100%;
}
.editPaneContents select {
	margin-bottom: 10px;
	margin-right: 10px;
}
.button-link {
	display: inline-block;
	background-color: #333333;
	color: #ffffff;
	line-height: 16px;
	padding: 15px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0px 20px 20px 0px;
}
h1 span {
	font-size: initial;
}
[data-toggle="collapse"] .fa:before {
	content: "\f146";
}
[data-toggle="collapse"].collapsed .fa:before {
	content: "\f0fe";
}
div.glossaryContainer{margin-top:135px;}
div.glossaryLinks{position:fixed; top:0px; background-color: #ffffff; width:100%; padding:20px 0;}
ul.letterLinks{list-style-type: none; margin:0; padding:0;}
ul.letterLinks li{float:left;margin-right:7px;margin-bottom:7px;}
ul.letterLinks li a{display:inline-block; border:2px solid #007bff; text-align: center;font-size:23px; line-height: 23px; width:30px; height:30px;}
ul.letterLinks li a:hover{background-color:#007bff; text-decoration:none; color:#ffffff;}