/* @override http://localhost:8888/cubscouts/games/styles/LocalPrint.css */

/* @group Games Database */

.noPrint {
	display: none;
}

#printHead {
	margin-left: 15px;
}

td.selectorPlus {
	width: 250px;
	font-weight: bold;
	font-size: 120%;
	padding: 0px 0px 0px 15px;
}

.gameSubtitle {
	color: maroon;
	font-weight: bold;
	margin-top: -5px;
	padding: 0px 15px 0px 15px
}

.gameContent {
	margin-top: -15px;
	padding: 0px 15px 0px 15px;
}

/* @end Games Database */

/* @group Accordion Stuff */

.accordionWrapper div.title {
	font-size: 110%;
	font-weight: bold;
	color: #00325a;
	padding: 12px 15px 15px 15px;
}

.accordionWrapper div.content {
	width: 560px;
}

/* @end Toggle Stuff */

