* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

ul, li {
  margin: 5px auto;
}

body {
  background-color: #100000;
  min-width: 800px;
}

body * {
  color: #aaaaaa;
}

.gameWrapper {
  background-color: #260000;
  max-width: 800px;
  margin: 0px auto;
  border: 2px solid #666666;
  padding: 10px;
  border-radius: 10px;
}

#playerNameOut:hover,
#enemyNameOut:hover,
#noEnemyOut:hover {
  color: #ffffff !important;
}

.indicator {
  position: absolute;
  display: inline-block;
  top: -5px;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #800000;
  font-weight: bold;
  min-width: 18px;
  z-index: 15;
}

.header {
  text-align: center;
  background-color: #260000;
  width: 100%;
}

.hiddenElement {
  display: none !important;
}

.powerHeader,
.powerHeader span {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.playerStatistics > span > span {
  font-weight:bold;
  color: #fff;
}

.headerTab {
  width: 70px;
  display: inline-block;
  text-align: center;
  padding: 5px 0px;
  margin: 0px 2px 10px;
  border-bottom: 2px solid #600000;
  position: relative;
}

.headerTab:hover {
  background-color: #600000;
}

.itemPanel {
  width: 320px !important;
}

.selectedTab {
  border-bottom: 2px solid #dfdfdf;
  padding: 5px 0px;
  font-weight: bold;
}

.playerHPBar,
.enemyHPBar,
.fillingBar {
  position: relative;
  z-index: 8;
  height: 25px;
}

#playerHPBarText,
#enemyHPBarText {
  font-size: 10px;
  padding: 1px 3px;
  vertical-align: middle;
  float: inherit;
}

.fillingBorder {
  border: 2px outset #666666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 9;
  width: 48%;
  height: 29px;
  float: left;
  text-align: left;
  position: relative;
}

.fillingText {
  position: relative;
  top: -24px;
  text-align: center;
  z-index: 10;
  font-weight: bold;
  color: #dddddd !important;
  text-shadow: /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
  -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.fillingText * {
  font-weight: bold;
  color: #dddddd !important;
  text-shadow: /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
  -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.reverseFillingBorder {
  border: 2px outset #666666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 9;
  width: 48%;
  height: 29px;
  float: right;
  text-align: right;
  position: relative;
}

.playerHPBorder {
  border: 2px outset #666666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 9;
  width: 49%;
  height: 29px;
  float: left;
  text-align: left;
  position: relative;
}

.enemyHPBorder {
  border: 2px outset #666666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 9;
  width: 49%;
  height: 29px;
  float: right;
  text-align: right;
  position: relative;
}

.blue {
  background-color: darkblue;
}

.forceBlackText,
.forceBlackText * {
  color: #000000 !important;
}

.q221 {
  color: #808080;
  font-weight: bold;
}

.q222 {
  color: #ffffff;
  font-weight: bold;
}

.q223 {
  color: #33cc33;
  font-weight: bold;
}

.q224 {
  color: #4d94ff;
  font-weight: bold;
}

.q225 {
  color: #e600e6;
  font-weight: bold;
}

.q226 {
  color: #ffbf00;
  font-weight: bold;
}

.tooltip {
  position: fixed;
  width: 100px;
  height: 100px;
  background: #000;
  color: #fff;
  z-index: 20;
  display:none;
}