.content {
	color: #37200d;
}
.row {
	justify-content: center;
}
.content a:link, .content a:visited {
	color: #ebd0bb;
}
.content a:hover {
	color: #ffffff;
}
.maintitle {
	font-family: 'MorrisRoman';
	text-align: center;
	font-size: 2.2em;
	letter-spacing: 1.1px;
}
.titletext {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}
.secondarytitle {
	font-family: 'MorrisRoman';
	text-align: center;
	font-size: 1.85em;
	letter-spacing: 1px;
	margin-top: 1.5em;
}
.headerleft {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	box-shadow: 1px 1px 5px 0px #37200d, -1px -1px 0px 0px #efcfb2, inset 0px 0px 5px 1px #614b37;
	border-radius: 10px;
	background: #bd9472;
	border-style: double;
	border-color: #765c42;
	border-width: 3px;
}
.headertextbox {
	display: block;
	margin: 0 auto;
	box-shadow: 1px 1px 5px 0px #37200d, -1px -1px 0px 0px #efcfb2, inset 0px 0px 5px 1px #614b37;
	border-radius: 10px;
	background: #bd9472;
	padding: 1em 3em;
	font-size: 14px;
	height: 100%;
	border-style: double;
	border-color: #765c42;
	border-width: 3px;
}
.headertitle {
	font-size: 1.4em;
	font-family: 'MorrisRoman';
	letter-spacing: 1px;
	text-shadow: -1px -1px 0 #c7a081, 1px 1px 3px #593f28;
	background: #ab8464;
	padding: 2px 20px;
	border-radius: 20px;
	box-shadow: 1px 1px 3px 0 #71533b, -1px -1px 0px 0 #e5b994;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content li {
	list-style-image: url(/images/activities/wolf2.png);
}
.titlebox {
	background-color: #bd9472;
	position: relative;
	display: block;
	margin: 1em auto 0;
	box-shadow: 1px 1px 5px 0px #37200d, -1px -1px 0px 0px #efcfb2;
	border-radius: 10px;
	font-size: 1.1em;
	border-style: solid;
	border-color: #9f7c5a;
	border-width: 2px;
	max-width: 1500px;
}
.tooltiptitle {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}
.tooltipmark {
	background: #4a311d;
	border-radius: 52px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10px;
	color: #dfcbba;
	font-weight: bold;
	margin-left: -1px;
	position: relative;
	letter-spacing: normal;
	font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.tooltipmark:hover {
	box-shadow: 0px 0px 3px 1px #d7c3b3;
	cursor: pointer;
}
.tooltiptext {
	text-align: center;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	font-size: 12.5px;
	width: calc(180px - 2em);
	background: #4a311d;
	color: #dfcbba;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #c9a587;
	transition: 0.2s ease-in;
	-webkit-transition: .2s ease-in;
	z-index: 1000;
	white-space: normal;
}
.tooltiptext > a, .tooltiptext > a:focus, .tooltiptext > a:active, .tooltiptext > a:visited {
	color: #c99b74;
}
.tooltiptext > a:hover {
	color: #ffffff;
}
.topleft, .topright, .top {
	bottom: 0;
	margin: -1em auto 2em auto;
}
.botleft, .botright, .bot {
	top: 0;
	margin: 2em auto -1em auto;
}
.topleft {
	right: -300%;
}
.topright {
	left: -300%;
}
.top {
	left: -500px;
	right: -500px;
}
.botleft {
	right: -300%;
}
.botright {
	left: -300%;
}
.bot {
	left: -500px;
	right: -500px;
}
.tooltiptext::after {
	content: "";
	position: absolute;
	border-width: 6px;
	border-style: solid;
}
.topleft::after, .topright::after, .top::after {
	border-color: #4a311d transparent transparent transparent;
}
.botleft::after, .botright::after, .bot::after {
	border-color: transparent transparent #4a311d transparent;
}
.topleft::after {
	bottom: -12px;
	right: 37px;
}
.topright::after {
	bottom: -12px;
	left: 37px;
}
.top::after {
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
}
.botleft::after {
	top: -12px;
	right: 37px;
}
.botright::after {
	top: -12px;
	left: 37px;
}
.bot::after {
	top: -12px;
	left: 50%;
	margin-left: -6px;
}
.tooltipmark:hover > .tooltiptext, .tooltipbox:hover > .tooltiptext {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}
/* SAME AS TOOLTIPMARK BUT MEANT FOR OTHER ELEMENTS THAN QUESTIONMARK TOOLTIP */
.tooltipbox {
	position: relative;
	width: 100%;
}
.tooltipbox > .tooltiptext {
	max-width: calc(180px - 2em);
}
.tooltipbox > .topleft {
	bottom: 4em;
	left: -50px;
	right: auto;
}
.tooltipbox > .topright {
	bottom: 4em;
	right: -50px;
	left: auto;
}
.tooltipbox > .top {
	bottom: 4em;
	left: -500px;
	right: -500px;
}
.tooltipbox > .botleft {
	top: 4em;
	left: -50px;
	right: auto;
}
.tooltipbox > .botright {
	top: 4em;
	right: -50px;
	left: auto;
}
.tooltipbox > .bot {
	top: 4em;
	left: -500px;
	right: -500px;
}
.tooltipbox > .topleft::after {
	right: 15%;
	margin-left: -50%;
}
.tooltipbox > .topright::after {
	left: 15%;
	margin-right: -50%;
}
.tooltipbox > .botleft::after {
	right: 15%;
	margin-left: -50%;
}
.tooltipbox > .botright::after {
	left: 15%;
	margin-right: -50%;
}
.tooltipbox:hover {
	cursor: pointer;
}
input {
	text-align: center;
	padding: 2px 6px;
	outline: none !important;
	background: #e7c6aa;
	border: 1px solid #836348;
	border-radius: 3px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
input:active, input:focus {
	background: #f9e6d7;
	border: 1px solid #ad8767;
}