/* Figure and image styling for compactness/districting posts */

.figure {
  margin: 30px auto;
  text-align: center;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.figure-caption {
  padding-top: 0.75rem;
  color: #6c757d;
  text-align: center;
}
