/* Main page. */

#worldmap {
  border: 0px;
  float: right;
  margin-bottom: 12px;
  margin-left: 12px;
}

.toc ul {
  list-style-type: none;
  padding-left: 0px;
}


/* Individual pages. */

p.item {
  clear: right;
  text-align: justify;
}

.shot {
  background-image: url('shadow.png');
  background-repeat: no-repeat;
  padding: 7px 11px 11px 7px;
}

.shot img {
  // Prevents whitespace from creeping into the div.shot
  display: block;
}

.tright {
  float: right;
  clear: right;
  margin-left: 4px;
  margin-bottom: 4px;
}

.hat {
  float: left;
  margin-right: 5px;
  margin-bottom: 2px;
}

h2.cat {
  clear: right;
}

