body {
  margin: 0px;
  font-family: Segoe UI, Tahoma;
  font-size: 13px;
  background-color: #FFFFFF;
  background-image: url('img/bg.jpg');
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

img {
  border: none;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

h1 {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 12px;
  text-align: right;
  padding-right: 4px;
}

.bossbox {
  width: 170px;
  height: 60px;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-image: url('img/bossbox.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  opacity: 0.6;
}
.bossbox_spawned {
  width: 170px;
  height: 60px;
  background-color: #FFFFCC;
  border-radius: 4px;
  border: 1px solid #CCCC99;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-image: url('img/bossboxspawn.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

.hrcell {
  width: 39px;
  height: 39px;
  border-bottom: 1px solid #777777;
  border-left: 1px solid #777777;
  line-height: 40px;
  font-weight: bold;
  color: #000000;
  background: none;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.cell {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000000;
  background: none;
  overflow: hidden;
  display: inline-block;
}
.hrcell-selected {
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: inline-block;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
}
.bosscell {
  width: 40px;
  height: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #000000;
  background: none;
  overflow: hidden;
  display: inline-block;
  background: url('img/bossbg2.png');
}
.bosscontainer {
  margin-top: 16px;
  width: 960px;
  height: 400px;
  border: 1px solid #777777;
  color: #FFFFFF;
  overflow: hidden;
  line-height: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url('img/bossbg.png');
}
.stick {
  width: 1px;
  height: 362px;
  display: block;
  position: absolute;
  background-color: #FF0000;
  margin-left: 0px;
  top: 98px;
  opacity: 0.7;
}
.footer {
  position: absolute;
  width: 100%;
  font-family: Segoe UI, Tahoma;
  height: 20px;
  text-align: center;
  font-size: 11px;
  bottom: 0px;
  line-height: 20px;
  background-color: #000000;
  opacity: 0.7;
  color: #FFFFFF;
}
.header {
  text-align: center;
  font-size: 18px;
  margin-top: 16px;
  font-weight: bold;
}
.row {
  width: 960px;
  height: 29px;
  display: block;
  border-bottom: 1px solid #AAAAAA;
}
.bossname {
  position: absolute;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 4px;
}
.stick2 {
  width: 76px;
  border-radius: 4px;
  height: 26px;
  padding: 2px;
  line-height: 13px;
  display: block;
  position: absolute;
  background-color: #000000;
  color: #FFFFFF;
  margin-left: 0px;
  top: 460px;
  font-size: 11px;
  text-align: center;
  opacity: 0.8;
}
