@import url('https://fonts.googleapis.com/css?family=Cinzel');

/* GUILD PROFILES */
.profiles_guild_table {
	width: 100%;
	table-layout: fixed;
	margin: 10px auto;
	background: #232930;
	padding: 10px;
	border: 1px solid #293139;
}

.profiles_guild_table tr td {
	text-align: left;
	font-family: 'Cinzel', serif;
	font-size: 20px;
}

.profiles_guild_table .gname {
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 60px;
	color: #1690dd;
}

.profiles_guild_table .gmembs {
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 40px;
	color: #ffffff;
}

.profiles_guild_table .memblist {
	text-align: center;
}

.profiles_guild_table .memblist div {
	float: left;
	width: 20%;
	display: inline;
}

/* PLAYER PROFILES */
.profiles_player_card {
	width: 100%;
	height: 400px;
	border: 1px solid #1e1e1e;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
	border-radius:3px;
}

	.DK.profiles_player_card, .BK.profiles_player_card, .BM.profiles_player_card { 
		background: url('../img/profiles/bk.png') no-repeat center; 
		background-image: coral;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; 
	}
	.DW.profiles_player_card, .SM.profiles_player_card, .GM.profiles_player_card { 
		background: url('../img/profiles/sm.png') no-repeat center; 
		background-image: coral;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
	.ELF.profiles_player_card { 
		background: url('../img/profiles/elf.png') no-repeat center; 
		background-image: coral;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; 
	}
	.SUM.profiles_player_card { 
		background: url('../img/profiles/sum.png') no-repeat center; 
		background-image: coral;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
	.DL.profiles_player_card, .LE.profiles_player_card {
		background: url('../img/profiles/dl.png') no-repeat center;
		background-image: coral;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
	.MG.profiles_player_card, .DM.profiles_player_card { 
		background: url('../img/profiles/mg.png') no-repeat center; 
		background-image: coral;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
	.RF.profiles_player_card, .FM.profiles_player_card { 
		background: url('../img/profiles/rf.png') no-repeat center; 
		background-image: coral;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; 
	}

.profiles_player_content {
	float: right;
	width: 270px;
	height: 400px;
	padding-top: 30px;
	color: #fff;
	background: url('../img/profiles/profile.png');
}

.profiles_player_table {
	width: 100%;
}

.profiles_player_table .cname {
	font-family: 'Cinzel', serif;
	text-align: center;
	border-bottom: 1px solid #0091e1;
	font-size: 25px;
	font-weight:bold;
	color: #0091e1;
}

.profiles_player_table .cclass {
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 13px;
	font-weight:bold;
	color: #0091e1;
}

.profiles_player_table .isoffline {
	color: #ff0000;
}

.profiles_player_table .isonline {
	color: #00ff00;
}

.profiles_player_table_info {
	table-layout: fixed;
	margin-top: 10px;
}
.profiles_player_table_info tr td {
	padding: 3px 10px;
	font-family: 'Cinzel', serif;
	color: #00b3ff;
}
.profiles_player_table_info tr td:first-child {
	text-align: right;
	color: #fff;
}