body {
  color: #888;
  background: #fff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 18pt;
  margin: 0px;
}

hr {
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  border: 0;
}

svg {
  cursor: pointer;
  overflow: hidden;
}

.attack-type-buttons {
  position: absolute;
  left: 10px;
  top: 80px;
  width: 180px;
}

.attack-type-help {
  position: absolute;
  padding: 5px;  /* Make the mouseover area bigger than it looks. */
  right: -5px;
  top: -3px;
  color: #000;
  cursor: pointer;
}

#attack-type-help-area {
  z-index: 1000;
  position: absolute;
  left: 210px;
  top: 70px;
  width: 250px;
  padding: 10px;
  background: #fff;
  border: 1px solid #c0c0c0;
  visibility: hidden;
}

.attack-type-help-title {
  background-color: #e1e7eb;
  padding: 10px;
  margin-left: 0px;
  font-size: 14pt;
  color: #517bb7;
}

.attack-type-help-header {
  font-size: 14pt;
  color: #517bb7;
  margin-top: 10px;
  margin-left: 5px;
}

.attack-type-help-body {
  font-size: 10pt;
  margin-left: 5px;
  line-height: 140%;
}

.color-buttons {
  position: absolute;
  left: 10px;
  top: 180px;
}

.center-content {
  width: 1190px;
  margin: auto;
  text-align: left;
  position: relative;
}

#clear-country {
  right: 0px;
}

#clear-country .label {
  color: white;
  display: block;
  width: 39px;
}

.color-legend-text {
  font-size: 11pt;
}

.color-link {
  color: #888;
  cursor: pointer;
  font-size: 12pt;
  font-weight: 300;
  border-bottom: none;
}

.color-link-selected {
  color: #000;
  border-bottom: 1px solid #000;
}

.color-link:hover {
  color: #444;
  border-bottom: 1px solid #444;
}

.ddos-map-tooltip {
  color: #222;
  background: #fff;
  padding: .5em;
  border-radius: 1px;
  box-shadow: 2px 1px 1px 1px rgba(0,0,0,.3);
  opacity: 0.9;
  position: absolute;
  font-size: 12pt;
}

.ddos-map-stat {
  font-weight: 500;
  color: #000;
}

.ddos-map-stat-label {
  font-weight: 300;
  color: #888;
  padding-right: 10px;
}

.ddos-map-stat-large {
  font-weight: 500;
  color: #000;
  font-size: 14pt;
}

.ddos-map-stat-label-large {
  font-weight: 300;
  color: #444;
  padding-right: 10px;
  font-size: 14pt;
}

.ddos-oddTableRow {
  background-color: rgb(240, 243, 247) !important;
}

#global-graph > .ddos-TimeGraph {
  position: absolute;
  left: 0px;
}

.explore-the-gallery {
  font-weight: 300;
}

.explore-the-gallery a {
  color: blue;
}

.hidden {
  display: none;
}

.news-date {
  color: #8b8b8b;
}

.indent {
  text-align: center;
}

.news-source {
  color: #3f9c7f;
}

.prev, .next {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.size-legend-title {
  font-size: 12pt;
}

.snippet {
  padding-bottom: 16px;
}

.unknown-data {
  color: #aaa;
}

#as-destination {
  margin-bottom: 3px;
  margin-left: 20px;
  display: inline-block;
  height: 7px;
  width: 21px;
  background-color: #8ba8c3;
}

#as-source {
  margin-bottom: 3px;
  margin-left: 20px;
  display: inline-block;
  height: 7px;
  width: 21px;
  background-color: #f72;
}

#attack-types {
  position: absolute;
  left: 10px;
  bottom: 100px;
}

#attack-types-image {
  margin-top: 5px;
  margin-left: -2px;
}

#caveat {
  color: #d00;
  font-size: 18px;
  padding: 10px;
}

#country-container {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
}

#country-graph {
  width: 500px;
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
}

#country-highlight-label {
  right: 60px;
  top: 3px;
  position: absolute;
}

#country-highlight-panel {
  color: #000;
  text-decoration: none;
  border-bottom: none;
  left: 10px;
  top: 38px;
  position: absolute;
}

#country-label {
  font-size: 12pt;
  float: right;
  width: 170px;
}

#current {
  color: #000;
  display: block;
  font-size: 28px;
  line-height: 42px;
  position: absolute;
  left: 10px;
  top: 0px;
}

#date-caveat {
  padding-left: 10px;
  color: #666;
}

#reported-caveat {
  padding-left: 10px;
  color: #666;
}

#date-label {
  font-size: 18pt;
  color: #000;
}

#embed-link {
  bottom: 55px;
  left: 10px;
  width: 178px;
}

#embed-link .label {
  color: white;
  display: block;
  padding: 2px 5px;
  width: 170px;
}

#embed-area {
  font-size: 14pt;
  z-index: 1000;
  position: absolute;
  left: 195px;
  bottom: 0px;
  padding: 5px;
  background: #fff;
  border: 1px solid #888;
  visibility: hidden;
}

#embed-close-link {
  color: #888;
  text-decoration: underline;
  float: right;
}

#global-graph {
  width: 888px;
  height: 110px;
  position: absolute;
  left: 112px;
  top: 30px;
}

#global-graph-block {
  display: inline-block;
  margin-left: 25px;
  vertical-align: top;
  font-size: 12pt;
  color: #666;
  text-align: right;
}

#global-graph-container {
  width: 990px;
  height: 142px;
  position: absolute;
  left: 201px;
  top: 565px;
  visibility: hidden;
  background: -moz-linear-gradient(top, #ccd7e5, #c7d4e3);
  background: -webkit-gradient(linear,
                left top, left bottom, from(#ccd7e5), to(#c7d4e3));
  /* IE */
  filter: progid:DXImageTransform.Microsoft.Gradient(
      StartColorStr='#ccd7e5', EndColorStr='#c7d4e3', GradientType=0);
}

#global-graph-title {
  color: #333;
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 12pt;
  right: 0px;
}

#global-graph-title p {
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#global-graph-title .brand-caveat{
  color: #666;
  float: right;
}

#graphs-and-news {
  width: 100%;
  text-align: center;
}

#header-area {
  font-size: 15px;
  height: 705px;
  position: absolute;
  pointer-events: none;
  width: 1190px;
  z-index: 1;
}

#header-area * {
  pointer-events: auto;
}

#header-year {
  color: #888;
  display: block;
  font-size: 16px;
  position: absolute;
  right: 1005px;
  top: 15px;
}

.label {
  text-align: center;
  width: 100%;
}

.legend-title {
  color: #000;
  font-size: 12pt;
}

#loading-message-container {
  padding-top: 50px;
  width: 100%;
  height: 2000px;
  background-color: #fff;
}

#loading-message {
  position: relative;
  top: -5px;
}

#local-graphs {
  display: inline-block;
}

#lower-border {
  border-top: 1px solid #c1cede;
  width: 100%;
  height: 1px;
}

#main-color-area {
  width: 100%;
  padding: 0px;
  font-weight: 300;
  margin-bottom: 0px;
  border-top: 1px solid #d4d4d4;
  background: -moz-linear-gradient(top, #e0e7ef, #c7d4e3);
  background: -webkit-gradient(linear,
                left top, left bottom, from(#e0e7ef), to(#c7d4e3));
  /* IE */
  filter: progid:DXImageTransform.Microsoft.Gradient(
      StartColorStr='#e0e7ef', EndColorStr='#c7d4e3', GradientType=0);
}

#map {
  width: 1190px;
  height: 705px;
  padding: 0px;
  position: relative;
}

#map > table {
  z-index: 1000;
  position: absolute;
  left: 10px;
  top: 240px;
}

#map-and-table {
  position: relative;
}

#most-active-countries {
  font-size: 18px;
  margin-bottom: 15px;
}

.movie-button, .button-link {
  background-color: #a5bacf;
  border: 1px solid #929fad;
  display: block;
  position: absolute;
  text-decoration: none;
  white-space: nowrap;
}

.movie-button:hover, .button-link:hover {
  background-color: #7f8ea4;
  border: 1px solid #6b7481;
}

.movie-button .symbol {
  background-image: url('movie_buttons.png');
  background-repeat: no-repeat;
  display: block;
  left: 50%;
  overflow: hidden;
  text-indent: 100%;
  position: absolute;
  top: 50%;
  white-space: nowrap;
}

.button-link .label {
  color: white;
  display: block;
  padding: 2px 5px;
}

.button-color {
  margin-top: 6px;
}

.button-color .label {
  width: 73px;
}

.button-show .label {
  width: 73px;
}

.button-attack-type {
  margin-top: 6px;
}

.button-attack-type .label {
  width: 43px;
}

.button-selected {
  background-color: #7f8ea4;
  border: 1px solid #6b7481;
}

#color-type {
  float: left;
  position: static;
}

#color-source {
  float: left;
  margin-left: 10px;
  position: static;
}

#color-duration {
  float: left;
  position: static;
}

#color-dest {
  float: left;
  margin-left: 10px;
  position: static;
}

#attacks-large {
  left: 0px;
}

#attacks-unusual {
  left: 63px;
}

#attacks-combined {
  left: 126px;
}

#attacks-combined > .label {
  padding-left: 4px;  /* Special snowflake. */
}

#movie-play {
  left: 10px;
  top: 34px;
  width: 90px;
  height: 50px;
}

#movie-play .symbol {
  background-position: -26px -1px;
  height: 32px;
  margin-left: -10px;
  margin-top: -16px;
  width: 27px;
}

#movie-play.playing .symbol {
  background-position: -1px -3px;
  height: 28px;
  margin-left: -11px;
  margin-top: -14px;
  width: 22px;
}

#movie-prev,
#movie-next {
  height: 38px;
  width: 42px;
}

#movie-prev .symbol,
#movie-next .symbol {
  height: 14px;
  margin-left: -4px;
  margin-top: -7px;
  width: 9px;
}

#movie-prev {
  left: 10px;
  top: 92px;
}

#movie-prev .symbol {
  background-position: -56px -1px;
}

#movie-next {
  left: 58px;
  top: 92px;
}

#movie-next .symbol {
  background-position: -56px -19px;
}

#news-container {
  display: inline-block;
  width: 450px;
  height: 450px;
  vertical-align: top;
  margin-left: 80px;
  margin-top: 15px;
  line-height: normal;
}

#news-container a {
  color: blue;
}

#news-container a:active {
  color: blue;
}

#news-container a:visited {
  color: blue;
}

#news-container a:hover {
  color: blue;
}

#news-header {
  margin-bottom: 15px;
  font-size: 18px;
}

#news-stories {
  display: inline-block;
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #444;
}

#prev-next-area {
  position: absolute;
  left: 200px;
}

.set-country {
  text-decoration: none;
  color: black;
}

.show-buttons {
  position: absolute;
  left: 10px;
  bottom: 15px;
}

#show-table {
  float: left;
  margin-left: 10px;
  position: static;
}

#show-map {
  float: left;
  position: static;
}

/**
 * Hide the main graph when table is selected; hide table when map is
 * selected.
 */
.table-selected #global-graph-container,
.map-selected #table {
  display: none;
}

.table-selected #show-table,
.map-selected #show-map {
  background-color: #657b94;
}

#table {
  height: 685px;
  position: absolute;
  left: 200px;
  top: 0px;
  width: 990px;
  height: 705px;
  z-index: 0;
  overflow: scroll;
  font-size: 12px;
  padding: 0px;
}

/**
 * Last two columns of the table (Source and Destination ports) need to have
 * normal white-space wrapping rules since port ranges stretch pretty far
 * sometimes.
 */
#table td:nth-last-child(-n+2) {
  white-space: normal;
}

#unusual-countries {
  font-size: 10pt;
  position: absolute;
  left: 0px;
  top: 56px;
  width: 175px;
  line-height: 120%;
  color: #555;
}

#visualization {
  width: 100%;
}

#version-link {
  width: 100%;
  text-align: center;
}

#version-link a {
  font-weight: 300;
  color: blue;
  font-size: 18px;
}
