#deployments {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

.deployment {
  display: inline-block;
  float: left;
  width: calc(50% - 32px);
  padding: 16px;
  position: relative;
}

.activation-photo {
  height: 90px;
  margin: 5px;
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

#quarterly-report {
  overflow: visible;
  background-color: rgb(245, 245, 245);
}

#overall-report {
  background-color: rgb(245, 245, 245);
}

#deployment-report {
  overflow: visible;
  background-color: rgb(245, 245, 245);
}

.download-btn a {
  cursor: pointer;
}

.stat h2 {
  font-size: 24px;
  text-align: left;
}

.stat h2 span {
  font-weight: 500;
}

.deployment .col {
  padding: 0 !important;
  margin: 8px !important;
  background-color: snow;
}

.images {
  background-color: snow;
  height: 100px;
  color: #1764c0;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  text-align: center;
  line-height: 100px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}

.precinct-label {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px;
  background-color: #1764c0;
  color: white;
  font-size: 24px;
  font-family: Roboto;
  padding: 8px;
}

.deployment h3 {
  margin: 8px;
  padding-left: 8px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  color: #0D47A1;
  position: relative;
  display: block;
  text-align: left;
}