.aicore-widget-placement {
  border: 1px dashed;
  margin-left: -10px;
  padding: 15px;
  background: white;
  margin: 1em 0;
}
.aicore-widget-placement .titles h3 {
  border-bottom: 1px solid #BBB;
  padding-bottom: 0.5em;
  margin-top:0px;
  margin-bottom: 1em;
}
.aicore-widget-placement .titles h3 small {
    padding-bottom: 0.5em;
}
.aicore-widget-placement .actions {
    margin: 1.3em 0 0 0;
}
.aicore-widget-placement .actions a {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1em;
  border: 1px solid #ccc;
  margin-right: 1em;
  background: white;
  font-weight: bold;
  border-radius: 0px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.aicore-widget-placement .actions a:first-child {
  background: #323232;
  color: white;
  border: 1px solid #323232;
}
.aicore-widget-placement .actions a:nth-child(2):hover {
  color: #b20000;
}