#stockpile-report .stockpile-sidebar .bomb {
  display: inline-block;
  width: 19px;
  height: 8px;
  overflow: hidden;
  background: url( 'images/bomb.png' ) left center no-repeat;
  margin-right: 1px;
  min-width: 2px;
}

#stockpile-report #stockpile-map {
  width: 70%;
  float: left;
}

#stockpile-report #stockpile-map .overlay {
  position: absolute;
  top: 0;
  left: 0;
}

#stockpile-report #stockpile-sidebar {
  width: 29%;
  float: right;
  position: relative;
}

#stockpile-report .stockpile-sidebar {
  line-height: .7;
  margin-bottom: 10px;
}

#stockpile-report .stockpile-sidebar .country {
  margin-left: 5px;
  white-space: nowrap;
  font-size: 12px;
}

#stockpile-report #stockpile-sidebar h2 {
  font-size: 14px;
  text-transform: uppercase;
}