@import url('https://fonts.googleapis.com/css?family=Special+Elite');

.lightbox-container {
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}

.lightbox-container a.default-image img {
  height: 178px;
  margin: 0 6px;
  box-sizing: border-box;
  border: 1px solid #888686;
  border-radius: 2px;
}

/**
* Network
**/

div#select-target {
  padding: 0 20px 20px;
  font-size: 14px;
  font-family: courier, monospace;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Mallory';
  text-indent: 0.01px;
  text-overflow: '';
  border: none;
  padding: 2px 40px 2px 10px;
  background-image: url(/_includes/chapters/conclusion/images/down-caret.png);
  background-position: 90% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  border: 1px solid #c7c7c7;
  font-size: 14px;
  font-family: courier, monospace;
}

#render-container {
  text-align: center;
  max-height: 100%;
  max-width: 100%;
}

#render-target {
  margin: 0 auto;
  width: 100%;
  height: 600px;
}

#render-target canvas {
  padding: 20px 0;
  box-sizing: border-box;
  background: #efefef;
}