.aicore-widget-placement {
  border: 1px dashed;
  margin-left: -10px;
  padding: 15px;
  background: #FDFFFE;
  margin: 1em 0;
}
.aicore-widget-placement .titles h3 {
  margin-top:0px;
}
.aicore-widget-placement .actions a {
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 1.3em;
  border: 1px solid #eee;
  margin-right: 4px;
  background: white;
}
.aicore-widget-placement .actions a:first-child {
  background: #000;
  color: white;
}

.aicore-widget-placement .actions a:nth-child(2) {
  border: 1px solid #2a72b1 !important;
}

.aicore-widget-placement  .actions {
	margin-top: 15px;
}