/**
 * Admin CSS
 */
.egcf-instructions {
  margin: 0 5px;
  margin-top: -20px;
  display: block !important;
  background: #f6fbfd;
  padding: 15px 20px;
}

.egcf-instructions li {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.6;
}

.egcf-instructions h3 {
  font-size: 16px;
}

.egcf-instructions section {
  display: none;
}

.egcf-instructions section.active {
  display: block;
}

.egcf-instructions section:target {
  display: block;
  border-top: 75px solid transparent;
  margin: -75px 0 0;
}

.egcf-instructions .screenshots img {
  vertical-align: top;
}
