null{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}
null{
	-webkit-box-flex: 1;
	flex: 1;
}
null{
	-webkit-box-orient: horizontal;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	flex-direction: row;
}
null{
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	flex-direction: column;
}
null{
	-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;
}
null{
    -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;
}
null{
    -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;
}
null{
    -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;
}
null{
	-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;
}



null{
	-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 */
}
null{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
}

#summonerSpell1 > img,#summonerSpell2 > img{
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	
	height: 30px;
	min-height: 30px;
	max-height: 30px;
}

.summonerSpellDropDown{
	display: block;
	
	position: absolute;
	top: 0px;
	left: 35px;
	z-index: 1;
	
	background: rgb(30,30,30);
	outline: 2px solid rgb(150,150,150);
	
	width: 230px;
	min-width: 230px;
	max-width: 230px;
}
.summonerSpellDropDown > img{
	display: inline-block;
	outline: 1px solid rgb(70,70,70);
	margin: 3px;
	
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}
.summonerSpellDropDown > img:hover{
	outline: 1px solid white;
}

#tooltip.Summoner > div > footer > p{
	text-align: left;
	font: 12px Tahoma;
}