img {
  border: 1px solid #ddd;
  border-radius: .4rem;
}

/* Icon images in table cells — no border or rounding */
td img {
  border: none;
  border-radius: 0;
}

/* Live demo render containers */
.wmap-demo {
  width: 100%;
  height: 250px;
  margin: 12px 0;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  overflow: hidden;
  background: #f8f9fa;
}
.wmap-demo[data-wmap-demo="gallery"] {
  height: 400px;
}
.wmap-demo[data-wmap-demo="findings"] {
  height: 300px;
}
.wmap-demo[data-wmap-demo="summary-panel"] {
  height: 320px;
}
.wmap-demo[data-wmap-demo="box-select"] {
  height: 300px;
}
