#sfr-attachments > .inside {
  margin: 0;
  padding: 0;
}

#sfr-attachments .sfr-attachments-container {
  padding: 0 0 15px 9px;
}

#sfr-attachments .sfr-attachments::before, #sfr-attachments .sfr-attachments::after {
  content: ' ';
  display: table;
}

#sfr-attachments .sfr-attachments::after {
  clear: both;
}

#sfr-attachments .sfr-attachments .sfr-attachment {
  width: 80px;
  float: left;
  border: 1px solid #d5d5d5;
  margin: 9px 9px 0 0;
  background: #f7f7f7;
  border-radius: 2px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sfr-attachments .sfr-attachments .sfr-attachment:hover .sfr-remove_attachment {
  display: block;
}

#sfr-attachments .sfr-attachments .sfr-attachment img {
  width: 100%;
  height: auto;
  display: block;
}

#sfr-attachments .sfr-attachments .sfr-attachment .sfr-remove_attachment {
  position: absolute;
  height: 1em;
  width: 1em;
  font-size: 1.4em;
  top: -8px;
  right: -8px;
  padding: 2px;
  display: none;
  cursor: pointer;
}

#sfr-attachments .sfr-attachments .sfr-attachment .sfr-remove_attachment:hover::before {
  color: #e53935;
}

#sfr-attachments .sfr-attachments .sfr-attachment .sfr-remove_attachment::before {
  font-family: Dashicons;
  speak: none;
  font-weight: 400;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-indent: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  content: "\f153";
  color: #999999;
  height: 1em;
  width: 1em;
  line-height: 1em;
  font-variant: normal;
  margin: 0px;
  background: white;
  border-radius: 50%;
}
