
/* ============================================================================================================================== */
/* Guild profile stuff. */
/* ============================================================================================================================== */

.guild_showroom_row {
	position: relative;
	margin-top: 10px;
	width: 100%;
}

.guild_showroom_icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.guild_showroom_badge {
	position: relative;
	display: inline-block;
	width: 25%;
	margin-top: 20px;
	margin-bottom: 40px;
	filter: drop-shadow(0px 0px 2px black);
}

.guild_showroom_name {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
}

.guild_image, .guild_leader_image {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(0px 0px 5px black);
}

.guild_background {
	position: absolute;
	display: block;
	height: 600px;
	width: 100%;
}

.guild_name, .guild_leader_name {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	z-index: 3;
}

.guild_score, .guild_members {
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	z-index: 3;
}

.guild_description, .guild_leader_description {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #ebff9c;
	z-index: 3;
}

.award_row {
	height: 80px;
}

.award_image {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 6px;
	left: 6px;
	background-color: #303030;
	border-radius: 5px;
	padding: 2px;
}

.award_title {
	position: absolute;
	top: 6px;
	left: 80px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	background-color: #383838;
	width: 620px;
	border-radius: 15px 0px 80px 0px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.award_player {
	position: absolute;
	top: 45px;
	left: 80px;
	font-size: 20px;
	color: #fff;
	background-color: #535353;
	width: 500px;
	border-radius: 0px 0px 80px 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.award_score {
	position: absolute;
	right: 4px;
	top: -12px;
	font-size: 70px;
	color: #d747ff;
	font-weight: bold;
	text-align: center;
	width: 110px;
}

.award_score_units {
	position: absolute;
	display: block;
	font-size: 20px;
	color: #000;
	bottom: -4px;
	width: 110px;
	text-align: center;
	font-family: Fabiolo-SmallCap;
}
