/**
 * @package Inline Spoilers
 */
div.spoiler-wrap {
  background-color: #eee;
  border: 1px solid #c3cbd1;
  border-radius: 5px;
  border-left-width: 2px;
  clear: both;
  display: block;
  margin: 6px auto;
  padding: 0;
}

.spoiler-head {
  color: #2a2a2a;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5em;
  margin: 5px;
  padding: 5px;
  text-align: left;
}
.spoiler-head .dashicons{
float:right;
margin-top: 10px;
}
.spoiler-head{
  display:block;
  border: 0px;
  width: 99%;
}
.spoiler-wrap h1, .spoiler-wrap h2, .spoiler-wrap h3, .spoiler-wrap h4, .spoiler-wrap h5, .spoiler-wrap h6{
  margin-bottom:0px;
  margin-top:0px;
}
.spoiler-head:focus, .spoiler-head:active {
  outline:none;
  border-color:#9ecaed;
  box-shadow:0 0 10px #9ecaed;
}


div.spoiler-body {
  background: #f5f5f5;
  border-top: 1px solid #c3cbd1;
  padding: 10px;
}
