.content-wrapper {
	padding-top: 0px!important;
}
.main-sidebar, .main-sidebar::before {
	transition: margin-left .3s ease-in-out,width .3s ease-in-out;
	margin-left: 0px;
	width: 0px;
}
@media (min-width: 768px) {
	body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
		margin-left: 0px;
	}
}
@media (max-width: 767px) {
	.creditholder {
		border-top: 3px double #ecc1a1;
		border-bottom: 3px double #ecc1a1;
		background: linear-gradient(180deg, #816147 10%, transparent 20%, transparent 80%, #816147 90%);
		padding: 10px 10px;
	}
}
.row {
	justify-content: center;
	grid-gap: 1em 0;
	width: 100%;
	margin: 0 auto;
}
.card *, .content * {
	color: #4a311d;
}
a:link, a:visited {
	color: #ffeee0;
}
a:hover, a:focus, a:active {
	color: #ffffff;
}
.updatenotice2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	background: #bd997a;
	padding: 1.25em 3em;
	word-break: break-word;
	box-shadow: 0 2px 0px 0px #ebbc95, 0 3px 1px 0px #5a3d22, 0 6px 6px -3px #6e5642, inset 0px 3px 5px -3px #523d2a;
	max-height: 75px;
	overflow: auto;
	z-index: 5000;
}
.paneldiv {
	padding: 0.5em 0 1.5em;
}
.paneltitle {
	background: linear-gradient(180deg, #c99e79, #be8c61);
	padding: 0.5em 1em;
	margin: 0 auto;
	text-align: center;
	border-radius: 1rem / 3rem;
	box-shadow: 0px 0px 0px 2px #bf8860, inset 0px 0px 0px 1px #f4c7a6, inset 0px 0px 5px 0px #79471f, inset -1px -1px 6px -2px #c67029, 0px 0px 2px 2px #5e3c22, 0px 0px 5px 2px #634329;
	font-family: 'MorrisRoman';
	font-size: 1.75rem;
	text-shadow: 1px 1px 0px #a17f62, -1px -1px 0px #e7b890, 0px 0px 4px #80491a;
	position: relative;
	z-index: 2;
}
.panelbody {
	background: #b18058;
	border-top: none;
	border-radius: 0 0 0.5rem 0.5rem;
	text-align: center;
	margin: 0 1em;
	padding: 1em 1.5em 1em;
	box-shadow: 0px 0px 0px 2px #bf8860, inset 0px 0px 0px 1px #e0b18f, inset 0px 0px 5px 0px #79471f, 0px 0px 2px 2px #5e3c22, 0px 0px 5px 2px #634329;
	position: relative;
}
.flavor {
	font-style: italic;
	font-size: 16px;
	padding: 0.25em 0.5em 0.5em;
	color: #563a25;
	background: radial-gradient(#c28c6294 30%, transparent, transparent);
	border-bottom: 2px solid #a5744f;
}
.credholder {
	padding: 5px 5px;
}
.credimage {
	position: relative;
	display: block;
	width: 100%;
	max-height: 200px;
	max-width: 200px;
	padding: 4px 4px;
	margin: 0 auto;
	border-left: 1px solid #ecc1a1;
	border-right: 1px solid #ecc1a1;
	border-top: 3px double #ecc1a1;
	border-bottom: 3px double #ecc1a1;
	box-shadow: inset 0px 0px 0px 5px #f4eae387, 0px 0px 5px -1px #6f523e;
}
.whoappimg {
	width: 100%;
    max-width: 350px;
    opacity: 0.85;
    display: block;
    margin: 0 auto;
}
.whoappimg:hover {
	opacity: 1.0;
}
.credtextholder {
	background: linear-gradient(0deg, #dea87a, #ebbd95);
	border: 1px solid #ca7b3c;
	box-shadow: inset 0px 0px 0px 1px #ecc1a1, 0px 0px 3px 0px #6c4327, inset 0px 0px 3px 1px #683b17;
	padding: 8px 8px;
	border-radius: 7px;
	min-height: 100%;
}
.credtitle {
	font-size: 18px;
	font-weight: 700;
	color: #53351c;
}
.credflavor {
	font-style: italic;
	color: #8f684a;
	border-bottom: 2px solid #d6a378;
	padding: 2px 0 5px;
	font-size: 14px;
}
.credtext {
	padding: 4px 8px;
	font-size: 13px;
}
.credtexttest {
	display: none;
	position: absolute;
	top: 5px;
	right: 8px;
	width: calc(100% - 220px);
	padding: 8px 8px;
	height: 200px;
	overflow: auto;
	font-size: 14px;
}




/* TOOLTIPS STYLE BELOW */
.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;
}
.tooltipmark:hover {
	box-shadow: 0px 0px 3px 1px #d7c3b3;
	cursor: pointer;
}
.tooltiptext {
	text-align: center;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 200px;
	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;
	font-size: 12px;
	text-shadow: none;
}
.tooltiptext > b, .tooltiptext > u, .tooltiptext > i {
	color: #dfcbba;
}
.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: 200px;
}
.tooltipbox > .topleft {
	bottom: 6px;
	left: -50px;
	right: auto;
}
.tooltipbox > .topright {
	bottom: 6px;
	right: -50px;
	left: auto;
}
.tooltipbox > .top {
	bottom: 6px;
	left: -500px;
	right: -500px;
}
.tooltipbox > .botleft {
	top: 6px;
	left: -50px;
	right: auto;
}
.tooltipbox > .botright {
	top: 6px;
	right: -50px;
	left: auto;
}
.tooltipbox > .bot {
	top: 6px;
	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;
}