.masteryPanel,.masterySelection,.masterySelector,.masterySelection > div,.masteryNameDisplay,.masteryDisplay,
.masteryDisplay > div > div,.masteryDisplay > div > div > div,.masteryDisplay > div > div > div > span,
.masteryOverhead,.masteryOverhead > div,.masteryOverhead > div > div{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}
.masterySelection > div,.masteryDisplay,.masteryDisplay > div,.masteryDisplay > div{
	-webkit-box-flex: 1;
	flex: 1;
}
.masterySelection,.masteryDisplay,.masteryDisplay > div > div,.masteryOverhead,.masteryOverhead > div{
	-webkit-box-orient: horizontal;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	flex-direction: row;
}
.masteryPanel{
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	flex-direction: column;
}
.masterySelection > div,.masteryNameDisplay,.masteryDisplay,.masteryDisplay > div > div > div > span,.masteryOverhead > div,
.masteryOverhead > div > div{
	-ms-flex-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.masteryDisplay > div > div{
    -ms-flex-pack: justify;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.masteryOverhead{
    -ms-flex-pack: justify;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
null{
    -ms-flex-pack: start;
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.masteryDisplay{
    -ms-flex-pack: end;
	-moz-box-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.masterySelection > div,.masteryOverhead > div,.masteryOverhead > div > div,
.masteryNameDisplay,.masteryDisplay > div,.masteryDisplay > div > div{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
null{
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
null{
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.masteryDisplay > div > div > div.inactive > img,.masteryWrapper.inactive > .bridge{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(ffFilters.svg#grayscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
null{
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
	filter: url(ffFilters.svg#semigrayscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
.masteryDisplay > div > div > div.active > img,.masteryWrapper.active > .bridge{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
	cursor: pointer;
}

.masteryOverhead{
	width: 739px;
	min-width: 739px;
	max-width: 739px;
	
	height: 70px;
	min-height: 70px;
	max-height: 70px;
}
.masteryOverhead > div{
	width: 33.33%;
	min-width: 33.33%;
	max-width: 33.33%;
	
	height: 70px;
	min-height: 70px;
	max-height: 70px;
}
.masteryOverhead > div > img{
	width: 35px;
	height: 35px;
}
.masteryOverhead > div > div{
	width: 35px;
	height: 20px;
	font: 10px Tahoma;
}
.masteryOverhead > div > p{
	margin-left: 10px;
	margin-right: 10px;
	
	width: 50px;
	min-width: 50px;
	max-width: 50px;
}
.masteryOverhead > div > div{
	outline: 1px solid rgb(75,75,75);
}
.masteryOverhead > div > div:hover{
	outline: 1px solid white;
	cursor: pointer;
}
.masteryOverhead > div > div:active{
	background: rgb(75,75,75);
}



.masteryDisplay{
	position: relative;
	
	width: 739px;
	min-width: 739px;
	max-width: 739px;
}
.masteryDisplay > div{
}
.masteryDisplay > div:nth-child(1){
	background-image:
		url('../images/Masteries/Masteries-background-offense.jpg');
	background-repeat: no-repeat;
	background-size: 246px;
}
.masteryDisplay > div:nth-child(2){
	background-image:
		url('../images/Masteries/Masteries-background-defense.jpg');
	background-repeat: no-repeat;
	background-size: 246px;
}
.masteryDisplay > div:nth-child(3){
	background-image:
		url('../images/Masteries/Masteries-background-utility.jpg');
	background-repeat: no-repeat;
	background-size: 246px;
}
.masteryOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 406px;
	height: 237px;
	background: rgba(0,0,0,0.3);
}
.masteryDisplay > div > div{
	height: 70px;
	min-height: 70px;
	max-height: 70px;
	
	padding-left: 10px;
	padding-right: 10px;
}
.masteryDisplay > div > div > div{
	position: relative;
	height: 40px;
	width: 40px;
}
.masteryDisplay > div > div > div > span{
	position: absolute;
	height: 12px;
	width: 21px;
	font: 10px Tahoma;
	bottom: 0px;
	right: 0px;
	text-shadow: 1px 1px 1px black;
	
	border-left: 2px solid gray;
	border-top: 2px solid gray;
	background: rgba(30,30,30,0.9);
}
.masteryDisplay > div > div > div > img{
	height: 40px;
	width: 40px;
	outline: 2px solid rgb(90,90,90);
}
.masteryDisplay > div > div > div > img.partial{
	outline: 3px solid rgb(0,220,0);
}
.masteryDisplay > div > div > div > img.full{
	outline: 3px solid rgb(220,220,0);
}

.bridge{
	position: absolute;
	
	background: orange;
	border-left: 1px solid gold;
	border-right: 1px solid gold;
	
	width: 8px;
	min-width: 8px;
	max-width: 8px;
	
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	
	top: 43px;
	left: 15px;
}