
body {
  color: #888;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 11pt;
  margin: 0px;
  padding: 0px;
  height: 480px;
  background: #c7d4e3;
}

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

svg {
  cursor: pointer;
  overflow: hidden;
}

.attack-type-buttons {
  position: absolute;
  left: 10px;
  top: 45px;
  z-index: 1;
}

#attack-types {
  position: absolute;
  left: 10px;
  bottom: 0px;
  z-index: 1;
}

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

#attacks-large {
  left: 0px;
  width: 40px;
}

#attacks-unusual {
  left: 46px;
  width: 40px;
}

#attacks-combined {
  left: 92px;
  width: 40px;
}

#attacks-combined > .label {
  padding-left: 0px;
}

#attacks-large > .label {
  padding-left: 0px;
}

#attacks-unusual > .label {
  padding-left: 0px;
}

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

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

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

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

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

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

.color-buttons {
  position: absolute;
  left: 10px;
  top: 140px;
  z-index: 1;
}

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

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

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

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

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

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

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

.color-link {
  color: #888;
  cursor: pointer;
  font-size: 10pt;
  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;
}

#clear-country {
  right: 0px;
}

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

#country-highlight-label {
  top: 1px;
  position: absolute;
}

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

#country-label {
  font-size: 10pt;
  float: right;
  width: 130px;
}

.credit-link {
  color: #000;
  text-decoration: none;
}

.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: 9pt;
}

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

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

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

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

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

.hidden {
  display: none;
}

.indent {
  margin-left: 0px;
}

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

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

.unknown-data {
  color: #aaa;
}

.view-change {
  color: #000;
  text-decoration: none;
}

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

#attack-legend {
  width: 104px;
  height: 111px;
}

#caveat {
  display: none;
  color: #d00;
  font-size: 18px;
}

#country-graph {
  position: relative;
  width: 640px;
  left: 0px;
}

#credit-area {
  font-family: Verdana;
  font-size: 7pt;
  width: 470px;
  position: absolute;
  left: 10px;
  bottom: 5px;
}

#credit-area-interior {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#current {
  color: #000;
  font-size: 14pt;
}

#date-caveat {
  padding-left: 10px;
  color: #bbb;
  float: right;
}

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

#embed-link {
  text-decoration: none;
}

#embed-title {
  color: #000;
  font-size: 14pt;
  margin-left: 10px;
  margin-right: 20px;
}

#global-graph {
  width: 490px;
  height: 110px;
  position: absolute;
  left: 10px;
  top: 12px;
}

#global-graph-block {
  display: inline-block;
  margin-left: 0px;
  left: 0px;
  position: absolute;
  vertical-align: top;
  height: 126px;
  width: 530px;
}

#global-graph-container {
  width: 490px;
  height: 130px;
  position: absolute;
  left: 150px;
  top: 350px;
  background: #c7d4e3;
  visibility: hidden;
}

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

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

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

#header-area {
  width: 640px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: white;
  border-bottom: 1px solid #929fad;
  z-index: 1;
}

#header-year {
  color: #888;
  font-size: 11pt;
}

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

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

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


#map {
  width: 100%;
  height: 340px;
  padding: 0px;
  position: relative;
}

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

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

.movie-button {
  background-color: #90acc6;
  box-shadow: 0 0 4px white;
  -moz-box-shadow: 0 0 4px white;
  -webkit-box-shadow: 0 0 4px white;
  border: 1px solid #8e9bab;
  display: block;
  position: absolute;
}

.movie-button:hover {
  background-color: #657b94;
}

.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;
}

#movie-play {
  position: absolute;
  height: 20px;
  left: 10px;
  bottom: 0px;
  width: 36px;
}

#movie-play .symbol {
  background-position: -67px -17px;
  height: 16px;
  margin-left: -5px;
  margin-top: -8px;
  width: 14px;
}

#movie-play.playing .symbol {
  background-position: -67px -1px;
  height: 14px;
  margin-left: -5px;
  margin-top: -7px;
  width: 11px;
}

#movie-prev,
#movie-next {
  height: 20px;
  width: 26px;
}

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

#movie-prev {
  left: 58px;
  bottom: 0px;
}

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

#movie-next {
  left: 90px;
  bottom: 0px;
}

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

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

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

.show-buttons {
  position: absolute;
  right: 10px;
  top: 9px;
}

#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.
 */
.map-selected #table,
.table-selected #global-graph-container {
  display: none;
}

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

#table {
  position: absolute;
  left: 150px;
  top: 0px;
  height: 440px;
  width: 490px;
  z-index: 0;
  overflow: scroll;
  font-size: 12px;
  padding: 0px;
}

#unusual-countries {
  font-size: 8pt;
  position: absolute;
  left: 0px;
  top: 42px;
  width: 130px;
  line-height: 105%;
  color: #555;
}

#view-change-area {
  float: right;
  position: relative;
}

#visualization {
  position: absolute;
  width: 640px;
  height: 480px;
  visibility: hidden;
  border: 1px solid #929fad;
}
