* {
	transition: all 500ms;
	-webkit-transition: all 500ms; /* safari */
	scroll-behavior: smooth;
}

h2 {
	text-indent: 0px;
}

.bodee {
	width: 975px;
	margin: 34px auto;
	padding-left: 83px;
}

.bodee a:link, .bodee a:visited {
	color: #4040FF;
}

.bodee a:hover {
	color: #A0A0FF;
}

#exceldiv {
	height: 0;
	overflow: hidden;
}

#excelp {
	cursor: pointer;
}

.characterssmall, .charactersbig {
	text-align: center;
}

.dungeonl {
	position: relative;
	width: 485px;
	height: 120px;
	display: inline-block;
}

.dungeonl img {
	position: relative;
	z-index: -2;
	height: 120px;
	width: 120px;
}

.xpbarl {
	position: relative;
	left: -25px;
	top: -10px;
	z-index: -1;
	width: 355px;
	height: 40px;
	border: 1px solid #fff;
	transform: skew(-30deg);
	display: inline-block;
}

.namel, .xpl, .levell {
	font-size: 24px;
}

.namel {
	position: absolute;
	left: 125px;
	top: 40px;
	transform: skew(-10deg);
	font-weight: bold;
	z-index: -1;
}

.xpl {
	position: absolute;
	left: 7px;
	top: 7px;
	transform: skew(20deg);
	z-index: 1;
}

.levell {
	position: absolute;
	right: 15px;
	top: 40px;
	transform: skew(-10deg);
	z-index: -1;
}

.d0lf, .d1lf, .d2lf, .d3lf, .d4lf, .d5lf {
	width: 0%;
	height: inherit;
	background-color: #777;
	transition: width 1s;
}

.dungeons {
	width: 65px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.dungeons img {
	height: 65px;
}

.xpbars {
	position: relative;
	left: -10px;
	top: -10px;
	z-index: -1;
	width: 300px;
	height: 25px;
	border: 1px solid #fff;
	transform: skew(-30deg);
	display: inline-block;
	opacity: 0;
}

.d0xf, .d1xf, .d2xf, .d3xf, .d4xf, .d5xf, .d6xf, .d7xf {
	width: 0%;
	height: inherit;
	background-color: #777;
}

.d0xf:hover, .d1xf:hover, .d2xf:hover, .d3xf:hover, .d4xf:hover, .d5xf:hover, .d6xf:hover, .d7xf:hover {
	width: 0%;
}

.dxt {
	width: 300px;
	display: inline-block;
}

.dungeons:hover {
	width: 370px;
}

.dungeons:hover .xpbars {
	opacity: 1;
}

.names {
	position: absolute;
	left: 5px;
	top: 4px;
	transform: skew(20deg);
	font-weight: bold;
}

.xps {
	position: absolute;
	right: 5px;
	top: 4px;
	transform: skew(20deg);
}
