.aicore-widget-placement {
  border: 1px dashed;
  margin-left: -10px;
  padding: 15px;
  background: white;
  margin: 1em 0;
}
.aicore-widget-placement .titles h3 {
  margin-top:0px;
  margin-bottom: 1em;
}
.aicore-widget-placement .titles h3 small {
    border-bottom: 1px solid #BBB;
    padding-bottom: 0.5em;
}
.aicore-widget-placement .actions {
    margin: 1em 0 0 0;
}
.aicore-widget-placement .actions a {
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 1em;
  border: 1px solid #ccc;
  margin-right: 4px;
  background: white;
  font-weight: bold;
  border-radius: 3px;
}
.aicore-widget-placement .actions a:first-child {
  background: #008ed6;
  color: white;
  border: 1px solid #008ed6;
}
.aicore_widget_event_logo {
    height: 34px;
    display: inline-block;
    float: right;
}