/*BEGIN Localist Overrides */
.localist-date__time,
.localist-date__location {
  margin-left: 0 !important;
}

.localist-date__time:before {
  display: none !important;
}

.localist-date__location:before {
  display: none !important;
}

/*END Localist Overrides */

/*BEGIN RIGHT INFO/ CALLOUT BOX */

.right-info-box {
  position: relative;
  float: right;
  width: 200px;
  margin: 1.5em 20px 1.5em 20px;
  padding: 1.5em;
  border-radius: 3px;
  border-right: 4px solid #80bc00;
  border-bottom: 4px solid #80bc00;
  color: #fff !important;
  background-color: #1e6b52;
}

.right-info-box h3 {
  color: white;
  text-align: center !important;
  line-height: 1.4em !important;
}

/*END RIGHT INFO / CALLOUT BOX*/
