
.entityEditor{
	height:100%;
	float:left;
	overflow:hidden;
}

.extraEditor .topBorder{	
	width:100%;
	height:50px;
	float:left;
	display:block;
	background-color:#FFD54E;
}
.entityInformation .leftBorder{
	background-color:#3E76AE;
}
.tagOverview .leftBorder{
	background-color:#C22C22;
}
.tagOverview{
	width:50px;
	overflow:hidden;
}
.tagEditor{
	width:50px;
	overflow:hidden;
}
.tagEditor .leftBorder{
	background-color:#9EBF6D;
}
ul{
	list-style: none;
}
.item{
	float:left;
	width:32px;
	height:32px;
	transition:border 0.2s linear;
	-webkit-transition:border 0.2s linear;
	-moz-transition:border 0.2s linear;
	-ms-transition:border 0.2s linear;
	-o-transition:border 0.2s linear;
	border:3px solid transparent;
	cursor:pointer;
}
.itemOverview{
	overflow-x: hidden;
	overflow-y:scroll;
	height:80%;
	width:90%;

}
.tags{
	width:95%;
	height:90%;
}
.itemOverview .selected{
	border:3px solid rgb(158,191,109);
}
.entityInformation .content h1,.entityInformation .content  h2{
	color:#3E76AE;
}
.tagOverview .content h1,.entityInformation .content  h2{
	color:#C22C22;
}
.tagEditor .content h1,.entityInformation .content  h2{
	color:#9EBF6D;
}
#entityImage{
	float:left;
	display:inline;
	height:64px;
	width:64px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius:10px;
	box-shadow:inset 1px 1px 20px rgba(0,0,0,0.5);
	margin-top:20px;
	margin-right:0px;
}
.RidingEntityClassTitle{
	width:100%;
	margin-bottom:5px;
	margin-top:5px;
	height:70px;
	color:#2b2b2b;
	font-size:40px;
	text-align:center;
	clear:both;
}
.RidingEntityInfo{
	float:left;
	height:70px;
	margin-right:20px;
	color:#2b2b2b;
	margin-top:20px;
}
.extraEditor .content{
	overflow-x: hidden;
	overflow-y:auto;
}

.entityInformation .topBar .button{
	margin-top:30px;
}
.summonCommand{
	width:95%;
	margin-top:20px;
	border:4px solid #A0A0A0;
	background-color:black;
	height:70px;
	font-family:Minecraft;
	color:white;
	font-size:25px;
	padding:5px;
}

.extraEditor h1, h2{
	color:#FFD54E;
}
.extraEditor label{
	width:200px;
	text-align:right;
}
.horseTypes{
	transition:border 0.2s linear;
	-webkit-transition:border 0.2s linear;
	-moz-transition:border 0.2s linear;
	-ms-transition:border 0.2s linear;
	-o-transition:border 0.2s linear;
	border:3px solid transparent;
	cursor:pointer;
}
.horseTypes:hover{
	border:3px solid rgb(158,191,109);
}
.tagCategory{
	font-style:italic;
	font-size:14px;
	float:right;
	color:#C22C22;
}
.entityEditor h3, .entityEditor h4{
	color:#9EBF6D;
}
.entityRidingImage{
	float:left;
}
.entityRidingName{
	margin-top:20px;
	margin-left:20px;
	color:#2b2b2b;
	float:left;
}
.entityRiding{
	height:75px;
	width:100%;
	display:block;
}