#content {
  overflow: visible;
}
.static p {
  line-height: 15px;
  margin-bottom: 12px;
}
a {
  color: #2c5472;
  text-decoration: none;
}
a:hover {
  color: #2e6d9d;
  text-decoration: underline;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/*==================
General Drone styles
====================*/
p.wp-graphics-postoni-poster {
  font-family: PostoniDisplayRegular;
  font-size: 1.8em;
  line-height: 1.9000000000000001em;
  margin: 0;
}
.wp-graphics-postoni-poster a {
  font-family: inherit;
  text-transform: uppercase;
}
.wp-graphics-postoni-poster a:hover {
  text-decoration: none;
}
.side-header {
  font-size: 1.3em;
  line-height: 1.2em;
  font-style: italic;
}
.dgf {
  color: #7c7c7c;
}
.gf {
  color: #d8d8d8;
}
.db {
  color: #2c5472;
}
.teal {
  color: #2e6d9d;
}
.gold {
  color: #dd8d48;
}
.red {
  color: #b03436;
}
.uppercase {
  text-transform: uppercase;
}
.em {
  font-style: italic;
}
.strong {
  font-weight: bold;
}
.padding-bottom-35 {
  padding-bottom: 35px;
}
/*==================
Drone summary charts n things
====================*/
/* fixed header styles */
.wp-graphics-fixed-wrapper {
  position: relative;
}
/* likely needs height set in your project styles */
.wp-graphics-fixed {
  position: absolute;
  top: 0;
}
.wp-graphics-fixed.fixed {
  position: fixed;
}
.wp-graphics-fixed.bottom {
  position: absolute;
}
#drone-fixed {
  height: 320px;
}
#drone-fixed .fixed {
  /* also #charts-n-things */

  background-color: white;
  border-bottom: 1px solid #CCC;
  z-index: 5;
}
#charts-n-things #loading-gif {
  background: #ffffff url('http://www.washingtonpost.com/wp-srv/graphics/images/loading-100x100.gif') no-repeat 50% 45%;
  width: 615px;
  height: 310px;
  z-index: 20;
  position: absolute;
  left: -5px;
}
#charts-n-things .summary {
  width: 280px;
}
#charts-n-things .summary .thirty-day-count p {
  margin-bottom: 0;
}
#charts-n-things .summary .thirty-day-count .number {
  font-size: 5em;
  line-height: 1em;
}
#charts-n-things .summary#pak {
  padding-right: 50px;
}
#charts-n-things .arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #d8d8d8;
}
#charts-n-things .show-filter {
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  padding: 5px 8px;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
#charts-n-things .show-filter p {
  margin: 0;
}
#charts-n-things .graph-label {
  background-color: white;
  padding: 4px 4px 4px 0;
}
#charts-n-things .month-aggregate {
  width: 100%;
  height: 170px;
}
#charts-n-things .hcharts-wrapper {
  width: 100%;
  height: 100%;
}
#charts-n-things .highcharts-tooltip span {
  top: 5px;
}
#charts-n-things .highcharts-tooltip .hcharts {
  text-align: center;
  padding-top: 8px;
  margin-bottom: -10px;
}
#charts-n-things .single-strike {
  bottom: 45px;
}
#charts-n-things .thin-line {
  width: 98%;
  height: 0;
  border-top: 1px solid #d8d8d8;
}
#charts-n-things .thin-line .drone-dot {
  width: 6px;
  height: 6px;
  border: 1px solid #ddd;
  position: absolute;
  top: -4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.2;
}
#charts-n-things .thin-line .drone-dot.active {
  cursor: pointer;
  opacity: 1;
}
#charts-n-things .thin-line .drone-dot.pakistan {
  background-color: #2e6d9d;
}
#charts-n-things .thin-line .drone-dot.somalia {
  background-color: #b03436;
}
#charts-n-things .thin-line .drone-dot.yemen {
  background-color: #dd8d48;
}
#charts-n-things .graph-label {
  color: #ccc;
  font-size: 1em;
  line-height: 1em;
}
#charts-n-things #skinny-border {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  left: 0;
}
#charts-n-things.fixed #skinny-border {
  position: absolute;
  bottom: 0px;
  box-shadow: 0px 3px 6px #888;
  -moz-box-shadow: 0px 3px 6px #888;
  -webkit-box-shadow: 0px 3px 6px #888;
}
/*==================
Drone lists
====================*/
.arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #d8d8d8;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d8d8d8;
}
.collapse-btn {
  display: none;
}
.expand-btn,
.collapse-btn {
  cursor: pointer;
  width: 80px;
  float: right;
}
.expand-btn p,
.collapse-btn p {
  font-size: 1.1em;
  line-height: 1.4000000000000001em;
  display: none;
}
.expand-btn:hover p,
.collapse-btn:hover p {
  color: #ccc;
}
.expand-btn:hover .arrow-down {
  border-top-color: #ccc;
}
.collapse-btn:hover .arrow-up {
  border-bottom-color: #ccc;
}
.strikes-wrapper {
  overflow-x: hidden;
}
.strikes-wrapper #show-more {
  background-color: #d8d8d8;
  margin: 0 15px 10px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
}
.strikes-wrapper #show-more a {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 10px 12px;
  background: #F2F2F2;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.strikes-wrapper #show-more a:hover {
  background: #CCC;
  color: black;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
.strike .date {
  width: 180px;
  font-size: 1.8em;
  line-height: 0.8em;
  font-family: Georgia, serif;
  font-style: italic;
}
.strike .strike-detail {
  width: 400px;
}
.strike .strike-detail .location {
  width: 300px;
}
.strike .strike-detail .accordion {
  display: none;
}
.strike .strike-detail .accordion .drone-share-tools {
  position: absolute;
  left: 10px;
  bottom: 15px;
}
.strike .strike-detail .accordion .drone-share-tools span {
  display: inline-block;
  background: transparent url("http://media.washingtonpost.com/wp-srv/special/world/drone-strikes-database/images/social-share-sprite.png") no-repeat;
  width: 15px;
  height: 13px;
  margin-right: 3px;
  margin-top: -1px;
}
.strike .strike-detail .accordion .drone-share-tools .d-twitter {
  background-position: 0 -16px;
}
.strike .strike-detail .accordion .drone-share-tools .d-perma {
  background-position: 0 -30px;
}
.strike .strike-detail .accordion .drone-share-tools .d-perma .permalink-link {
  position: absolute;
  top: -26px;
  left: 0;
  background-color: white;
  border: 1px solid #d8d8d8;
  display: none;
  background-image: none;
  width: auto;
  padding: 8px;
  height: auto;
  text-align: right;
  color: #1C1B1B;
  white-space: nowrap;
}
.strike .strike-detail .reports li {
  font-weight: normal;
}
.strike .strike-detail .map {
  width: 100px;
}
.strike:hover {
  background-color: #f8f8f8;
}
.strike:hover .expand-btn p,
.strike:hover .collapse-btn p {
  font-size: 1.1em;
  line-height: 1.4000000000000001em;
  display: block;
}
.strike.selected {
  background-color: #f9f9f9;
}
/*==================
Small btn styles
====================*/
#about-btn {
  top: 20px;
}
#filter-title {
  position: absolute;
  bottom: -8px;
  left: 0;
  font-weight: bold;
}
#reset-opts {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 7px;
  font-size: 1.1em;
  line-height: 1.1em;
  color: #ccc;
  cursor: pointer;
}
#reset-opts:hover {
  color: #2e6d9d;
}
.infobox {
  z-index: 99;
  background-color: white;
  padding: 8px;
  border: 1px solid #d8d8d8;
  position: absolute;
  display: none;
}
.infobox p {
  margin: 0;
  text-align: center;
}
.infobox.drone-info {
  min-width: 70px;
}
/*============================
PERMANENT WAR RIGHT RAIL
============================*/
#permanent-war a {
  color: black;
}
#permanent-war a:hover {
  color: #057EC2;
  text-decoration: none;
}
