Template:Character page/styles.css

blockquote{
	border: none;
}

blockquote::before{
	content:'“';
	position: absolute;
    font-size: 84px;
    font-family: serif;
    color: darkgoldenrod;
    opacity: 0.5;
    z-index: -1;
    top: -21px;
    left: 21px;
}

.gameProfile table{
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}

.gameProfile td{
	border: none !important;
}

.gameProfile .gameProfile-text{
	font-style: italic;
	padding: 0 1em;
}

.gameProfile .tabber__header{
	box-shadow: none !important;
	margin-top: -0.5em;
	padding-bottom: 0.5em !important;
}

.gameProfile .tabber__tabs::before,
.gameProfile .tabber__tabs>a{
	box-shadow: #777 0px -1px 0px 0px inset;
}

.gameProfile .tabber__indicator{
	background: burlywood none repeat scroll 0% 0%
}

.gameProfile .desc{
	padding: 0 1em 0.8em !important;
	border-bottom: 1px solid #7E5B07;
}

.gameProfile .tabber__tabs::before{
	content: "" !important;
}
.gameProfile .tabber__tab[aria-selected="false"]{
	color: #777 !important;
}
.gameProfile .tabber__tab{
	font-weight:normal;
}
.gameProfile .tabber__tab[aria-selected="true"]{
	font-weight:bold;
}

.infoboximgcontainer{
	max-height: 500px;
}