#playercard .table {
	position: absolute;
	top: 25px;
	left: 305px;
	width: 414px;
	height: 340px;
	border: 2px solid #555;
}

#playercard .bigtable {
	position: absolute;
	top: 80px;
	left: 25px;
	width: 990px;
	height: 605px;
	border: 2px solid #555;
}

.biggerbutton {
	border: 2px solid #555;
	padding: 5px;
	font-size: 22px;
	position: absolute;
	cursor: pointer;
}

#pagenumber {
	font-size: 22px;
	padding-top: 7px;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#playercard .button {
	border: 2px solid #555;
	position: absolute;
}

#playercard .button:hover {
	cursor: pointer;
}

#bigemblem {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
}

#bigemblem:hover, #smallemblem:hover, #playercard-bg {
	cursor: pointer;
}

#cadiv {
	top: 0px;
	display: flex;
	justify-content: center;
}

#playername {
	position: absolute;
	left: 69px;
	top: 16px;
}

#playerclantag {
	position: absolute;
	left: 69px;
	top: 37px;
}

#smallplayername {
	position: absolute;
	left: 41px;
	top: 10px;
	font-size: 11px;
	white-space: nowrap;
  	overflow: hidden;
}

#smallplayerclantag {
	position: absolute;
	left: 41px;
	top: 23px;
	font-size: 11px;
	white-space: nowrap;
  	overflow: hidden;
}

#playercard-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#playercard .table .left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 272px;
	height: 100%;
	padding-right: 1px;
	border-right: 2px solid #555;
}

#playercard .bigtable .mid {
	position: absolute;
	width: 160px;
	height: 200px;
	border: 2px solid #555;
}

#playercard .assembled {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 68px;
}

#playercard .smallassembled {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
}

#smallemblem {
	position: absolute;
	top: 5px;
	left: 6px;
	height: 58px;
	width: 58px;
}