.networks-table .fdsn_id a {
  font-weight: bold;
  font-size: 15px;
}

ul.combined {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.combined li + li {
  border-top: 1px dashed #aaa;
}

/* td.fdsn_id a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
 */
#station_map {
  height: 700px;
  width: 900px;
  border: 1px solid #D3D3D3;
}

table.network-information th {
  width: 0;
  white-space: nowrap;
}

.well.data-center-name {
  font-weight: bold;
  padding: 6px 12px;
}

#stations_section {
  display: none;
}

#availability_summary ul {
  list-style: none;
  padding-left: 1em;
}

.map_thumbnail {
  position: relative;
  background-image: url("/static/networks/images/world_map.db91bd90d692.png");
  width: 60px;
  height: 30px;
  background-size: 100%;
  border: 1px solid #ddd;
}

.map_thumbnail .point {
	position: absolute;
	width: 3px;
	height: 3px;
	border: 2px solid #f00;
  border-radius: 2px;
	/* box-shadow: 0 0 1px 0px #c00; */
	background-color: #f00;
  margin-left: -1px;
  margin-top: -1px;
}

.map_thumbnail .box {
  border: 2px solid #f00;
  border-radius: 2px;
  position: absolute;
  background-color: rgba(255,0,0,.1);
	/* box-shadow: 0 0 1px 0px #c00; */
}

.map_thumbnail .box.box-l {
    border-left-width: 0;
}

.map_thumbnail .box.box-r {
    border-right-width: 0;
}

.table.networks-table td {
  line-height: 1.2;
}

.networks-table .deployment {
  display: block;
  font-size: small;
}