
.linked-account{
	transition: .2s;
	
	background-color:#0005;
	border: 1px solid #fff8;
	
	color:#ddd;
	width:33%;
	margin:auto;
	margin-bottom:5px;
	height:300px;
	
	text-align:center;
}

@media only screen and (max-width: 930px) {
	.linked-account{
		width:95%;
		margin-bottom:50px;
	}
	
}
@media only screen and (min-width: 930px) {
	.linked-account.left{
		float:left;
	}
	.linked-account.right{
		float:right;
	}
}


.linked-account img{
	border: 1px solid #06a;
}
/*
.game-panel{
	transition: .2s;
	
	background-color:rgba(0, 20, 50, 0.9);
	border: 1px solid #06a;
	
	color:#ddd;
	width:100%;
	margin:auto;
	margin-top:20px;
	padding:5px;
	
	text-align:center;
	overflow:auto;
}
.game-panel h1{
	text-align:left;
	padding:0px;
	padding-left:20px;
	margin:0px;
	border-bottom: 1px solid #06a;
	margin-bottom:20px;
}
*/

.game-section{
	width:100%;
	display:inline-block;
	overflow:auto;
	background-size:100%;
	background-position:50% 0%;
	background-repeat:no-repeat;
	margin-top:20px;
}

.preview{
	background-color:rgba(0, 20, 50, 0.5);
	border: 1px solid #06a;
}

.ranking{
	transition: .2s;
	min-height:130px;
	margin:20px;
	color: #ccc;
	background-color:rgba(0, 5, 20, 0.8);
	background-size:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border: 2px solid #06a;
	position:relative;
	padding:5px;
	border-radius:25px;
	box-shadow: 0px 5px 10px #000000;
	text-align:left;
	padding-left:30px;
}
.rank-image{
	position:relative;
	height:110px;
	width:110px;
	margin:auto;
	padding:0px;
}

.rank-image .avatar{
	width:80px;
	position:absolute;
	top:15px;
	left:15px;
	border-radius: 50%;
}
.rank-image .border{
	width:100px;
	position:absolute;
	top:5px;
	left:5px;
}
.rank-values{
	margin:10px;
	margin-left:30px;
	padding-top:5px;
	border-radius:10px;
	background-color:rgba(0, 5, 20, 0.8);
	box-shadow: 0px 0px 5px 5px rgba(0, 5, 20, 0.8);
	width:450px;
	max-width:95%;
}

.rank-values .username{
	width:100%;
	margin:0px;
	white-space:nowrap;
	margin-top:0px;
	margin-bottom:10px;
	text-overflow:ellipsis;
	overflow:hidden;
}

.masteries{
	width:100%;
}
.mastery{
	width:100%;
	height:auto;
	margin:auto;
	float:left;
}

.mastery-base{
	width:104px;
	height:150px;
	margin:auto;
	position:relative;
}
.mastery-banner{
	width:104px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
.mastery-icon{
	position:absolute;
	width:35px;
	top:17px;
	left:35px;
	z-index:2;
}
.mastery-name{
	position:absolute;
	top:84px;
	left:0px;
	z-index:2;
	text-align:center;
	width:100%;
	
	font-size:14px;
    font-family:arial;
	font-weight:bold;
}
.mastery-level{
	position:absolute;
	top:112px;
	left:0px;
	z-index:2;
	
	text-align:center;
	width:100%;
	
	font-size:14px;
    font-family:arial;
	font-weight:bold;
}
.characters{
	width:100%;
}
.character-icon{
	width:70px;
	margin:5px;
	border: 2px solid #06a;
	border-radius:50%;
	
}
.character-icon.humans{
	border-color: #06a;
}
.character-icon.quadris{
	border-color: #a60;
}
.character-icon.epotykias{
	border-color: #a0a;
}
.character-icon.dragons{
	border-color: #0a0;
}
.stats{
	width:100%;
}
.history{
	width:100%;
}
/* 0, 450, 750, 1200, more */
@media only screen and (min-width: 450px) {

	
	
}
@media only screen and (min-width: 520px) {
	.mastery{
		width:50%;
	}
}
@media only screen and (min-width: 750px) {
	.mastery{
		width:50%;
	}
}
@media only screen and (min-width: 1000px) {
	.mastery{
		width:25%;
	}

}
@media only screen and (max-width: 800px) {
	.rank-values{
		float:none;
		text-align:center;
		margin-bottom:10px;
		margin:auto;
	}
	.ranking{
		padding:10px;
	}
	.rank-image{
		float:none;
		margin:auto;
		text-align:center;
		margin-bottom:10px;
	}
}
