body {
  padding: 0px;
  font-family: Trebuchet MS, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

td {
  font-weight: bold;
}

/* div {
   border: 1px solid red;
} */

#logo-image {
  float: left;
  width: 200px;
  height: 170px;
}

#mage-image {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 170px;
}

#nova-strength {
  float: right;
  /*width: 400px;*/
}

#nova-strength table tr td {
  width: 100px;
  text-align: left;
}

#nova-strength .power {
  width: 60px;
  text-align: right;
}

.irenxes {
  color: #F99;
  background-color: #422;
}

.aterel {
  color: #99F;
  background-color: #224;
}

.arthel {
  color: #FB9;
  background-color: #432;
}

.ighterius {
  color: #FF2;
  background-color: #442;
}

.arkandem {
  color: #D9F;
  background-color: #324;
}

.indren {
  color: #2F2;
  background-color: #242;
}

.undevoted {
  color: #999;
  background-color: #666;
}

#explore .undevoted a, .undevoted a {
  color: #CCC;
}

#status-bar {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  text-align: right;
}

#nav-bar {
  margin-right: auto;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 120px;
  float: left;
}

#content {
  margin-left: 150px;
  padding: 1em;
}

/* These are the programmatically selected styles and should not be here */

body {
  color: #999;
  background-color: #222;
}

.article {
  border: 2px solid #999;
}

.article .heading {
  border-bottom: 2px solid #999;
}

#you {
  color: #AAA;
  background-color: #777;
}

