.dml-widget-container {
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
  -moz-box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
  box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
}

.dml-widget-container .dml-wrapper .dml-header {
  font-family: "Euclid Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  height: 29px;
  color: #fff;
  line-height: 30px;
  margin: 0 0 0 16px;
  padding: 0 16px;
  font-size: 18px;
}

.dml-widget-container .dml-wrapper .dml-stack .dml-item {
  box-shadow: none;
}

.dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-title {
  font-family: "Sofia Pro Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222;
  margin: 0 5px 0 0;
  text-decoration: none;
  min-height: initial;
  line-height: 18px;
}

.dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-title:hover {
  color: #222;
  text-decoration: underline;
}

.dml-widget-container .dml-wrapper .dml-stack .dml-img > img {
  margin-bottom: 10px;
}

.dml-widget-container .dml-wrapper .dml-stack .dml-img {
  margin-top: 4px;
}
