#random_filter {
	display: table;
	min-width: 50px;
	max-width: 900px;
	margin: 20px auto;
	padding: 10px;
	background-color: #000;
	color: #FFF;
	border-radius: 8px;
	font-family: arial;
	//font-weight: bold;
	line-height: 22px;
	text-align: left;
	font-size: 14px;
}

#random_filter span {
	display: inline-block;
	text-align: center;
}

#random_filter span input {
	display: none;
}

#random_filter label {
	padding: 5px 20px;
	display: block;
    float: initial;
    width: initial;
    height: initial;
    margin: initial;
    font-family: arial;
    speak: initial;
    font-style: initial;
    font-weight: initial;
    font-variant: initial;
    text-transform: initial;
    text-align: initial;
    line-height: initial;
    -webkit-font-smoothing: initial;
    font-size: initial;
    cursor: pointer;
    cursor: hand;
    color: #766aa5;
}
#random_filter label:hover {
    color: #fff !important;
  	text-shadow: 0.5px 0px 0px #4ca0ff, -0.5px 0px 0px #4ca0ff !important;	
}

#random_filter .checked-icon {
    color: #4ca0ff;
  	text-shadow: 0.5px 0px 0px #4ca0ff, -0.5px 0px 0px #4ca0ff;
}

#random_filter .split {
    color: #766aa5;	
	padding: 3px 20px 0;
	line-height: 18px;
	text-align: left;
	font-size: 18px;
	vertical-align: top;
}

#random_hero {
	display: table;
	min-width: 50px;
	max-width: 1450px;
	margin: 20px auto;
	padding: 10px;
	background-color: #000;
	color: #FFF;
	border-radius: 8px;
	font-family: arial;
	//font-weight: bold;
	line-height: 22px;
	text-align: left;
	font-size: 14px;
}

#random_header {
	margin-top:-35px;
}

#random_header img {
	display:inline;
	height: 40px;
}

#random_header h2 {
	display:inline;
	padding-left: 5px;
	font-size: 26px;
}

#random_hero button {
	padding: 5px;
	font-size: 18px;
	margin: auto;
	display: block;
	cursor: pointer;
}

#random_hero p, #random_hero h4 {
	margin: -2px;
}

#random_hero h4 {
	border-bottom: 1px solid #505050;
}

#random_hero_skill {
	width: 900px;
	border:1px
	solid #444;
	color:#fff;
}

#random_hero .skill {
	margin-bottom: 5px;
}

#random_hero .skill, #random_hero .talent {
	padding: 7px;
    //background: #222 !important;
    background: rgba(177,155,255,.1) !important;
    background: linear-gradient(to bottom,rgba(177,155,255,.15) 0%,rgba(177,155,255,.02) 100%) transparent no-repeat border-box !important;
}

#random_hero .skill img {
	width: 76px;
	//height: 76px;
	display: block;
}

.skill-owner {
	float: right;
	margin-right: 10px;
}

#random_hero .skill-description {
    margin-left: 89px;
}

#random_rating {
	margin: 8px auto;
	display: block;
	width: 400px;
	line-height: 40px;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
}

.random_rating_before, .random_rating_after {
	margin: auto;
	display: block;
	width: 400px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.random_rating_before {
	margin-top: 12px;
}

.random_rating_after {
	margin-bottom: 14px;
}

#rating_detail_box {
	position: fixed;
	top: 110px;
	right: 50%;
    margin-right: -250px;
	width: 500px;
	background-color: #000;
	padding: 20px;
	border: #222 solid 1px;
}

.rating_details_text_positive, .rating_details_text_negative, .rating_details_rating_positive, .rating_details_rating_negative {
	font-size: 18px;
}

.rating_details_text_positive, .rating_details_text_negative {
	width: 400px;
}

.rating_details_rating_positive, .rating_details_rating_negative {
	width: 100px;
	text-align: right;
	vertical-align: middle;
}

.rating_details_text_positive, .rating_details_rating_positive {
	color: #3f3;
}

.rating_details_text_negative, .rating_details_rating_negative {
	color: #f00;	
}

#restart:before { content: '\A'; }


[val$="TooltipNumbers"] {

}
[val$="AbilityPassive"] {
	display: inline-block;
	clear: left;
    color: #0F7;
}
[val$="StandardTooltipHeader"] {
	display: block;
	font-weight: bold;
}
[val$="TooltipQuest"] {
	display: inline-block;
	clear: left;
    color: #FD0;
}
[val$="TooltipQuest"]::before {
  content: "❢ ";
}

#random_hero .skill-heading, #random_hero .skill-details {
	margin-left: 89px;
}



/*
	Talents
*/

#random_hero .talent-tier-label {
    background: rgba(177,155,255,.1);	
}

#random_hero .talent img {
	width: 64px;
	height: 64px;
}

#random_hero .talent_heroic,
#random_hero .talent_ability,
#random_hero .talent_passive,
#random_hero .talent_active {
	border: 1px solid #000;
	border-radius: 5px;
	font-weight: bold;
	float: right;
	margin-top: -4px;
	margin-right: -4px;
	padding: 0px 6px;
	display: inline-block;
}

#random_hero .talent-name b {
	max-width: 190px;
	display: inline-block;
}

#random_hero .talent_heroic { border-color: #766d46; color: #bda15a; background: rgba(189,161,90,.1); }
#random_hero .talent_ability { border-color: #424586; color: #7999f5; background: rgba(121,153,245,.1); }
#random_hero .talent_passive { border-color: #2c7074; color: #4ea597; background: rgba(78,165,151,.1); }
#random_hero .talent_active { border-color: #98416c; color: #c8558e; background: rgba(200,85,142,.1); }

#random_hero .quest {
    color: #FD0;
 }