* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
br.clear {
  clear: both;
}
html {
  padding: 0;
  margin: 0;
  font: 16px "Open Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
  color: #ccc;
  background-color: #212223;
}
h1 span {
  font-size: 40px;
}
a.extern:after {
  content: "\00A0\21D7";
  font-size: 12px;
  vertical-align: super;
  text-decoration: none;
}
h1,
h2,
nav {
  font-family: "Open Sans Condensed", "Lucida Grande", Helvetica, Arial, sans-serif;
}
nav ul li {
  font-size: 20px;
}
body {
  margin: 0;
  padding: 0;
}
body header {
  background-color: #151617;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 1px 4px 6px #000;
  padding-top: 10px;
  padding-left: 15px;
}
body header a#logo {
  color: #bbb;
  text-shadow: 1px 4px 6px #000, 0 0 0 #000, 1px 4px 6px #000;
  text-decoration: none;
}
body header a#logo h1 {
  display: inline;
  font: 4em "Droid Serif", serif;
  line-height: 70px;
  margin: 0;
  padding: 0;
}
body header a#logo img {
  vertical-align: top;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
body header nav ul {
  padding: 0;
  list-style-type: none;
}
body header nav ul li {
  margin-right: 30px;
  text-align: center;
  float: left;
}
body header nav ul li a {
  text-shadow: 3px 4px 5px #000;
  color: #aaa;
  font-weight: 700;
  font-size: 1.5em;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
body header nav ul li a:hover,
body header nav ul li a.active {
  color: #eee;
}
.wrap {
  margin: 0 auto;
  max-width: 960px;
}
main {
  padding-top: 30px;
}
main div {
  text-align: center;
}
div.skill {
  position: relative;
  float: left;
  margin: 3px;
}
div.skill img {
  max-width: 105px;
  height: auto;
}
div.skill:hover div.infobox {
  display: block;
}
div.combo {
  position: relative;
  margin: 0 auto;
  width: 220px;
}
div.combo img {
  max-width: 105px;
  height: auto;
}
div.combo:hover div.infobox {
  display: block;
}
div.herostat {
  position: relative;
  float: left;
  margin: 2px;
  vertical-align: text-bottom;
  height: 105px;
}
div.herostat:hover div.infobox {
  display: block;
}
div.infobox {
  display: none;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #212223;
  border: 1px solid #fff;
  padding: 15px;
  font-size: 16px;
  width: 380px;
  z-index: 20;
}
div.infobox h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
div.infobox a {
  color: #ccc;
}
div.infobox table {
  margin: 10px auto;
}
div.infobox th,
div.infobox td {
  width: 50%;
}
div.infobox th.red,
div.infobox td.red {
  color: #f00;
}
div.infobox th.yellow,
div.infobox td.yellow {
  color: #ff0;
}
div.infobox th.green,
div.infobox td.green {
  color: #0f0;
}
div.hero {
  width: 30%;
  margin: 2px 1.5%;
  border: 1px solid #444;
  float: left;
  vertical-align: bottom;
}
div.hero a {
  display: block;
  width: 100%;
  height: 100%;
}
div.hero img.selected {
  outline: 2px solid #f09c0a;
}
div.hero img {
  width: 100%;
  height: auto;
  vertical-align: text-bottom;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
/* to fix wiggle bug in chrome*/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
/* to fix wiggle bug in firefox*/
  -moz-box-shadow: #000 0em 0em 0em;
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.5s linear;
  margin: 0;
}
div.hero img.blur {
  opacity: 0.2;
}
div.heroes img {
  max-height: 105px;
}
main div.str,
main div.agi,
main div.int,
main div.all {
  width: 22%;
  float: left;
  margin-left: 3%;
  text-align: center;
}
input,
button {
  margin: 4px;
}
button {
  background-color: #444;
  color: #ccc;
  border: 3px solid #444;
  border-radius: 5px;
}
