.bling_dividers_bling {
  position: relative;
  margin: 3em auto 1em auto;
  width: 80%;
  height: 2em;
  overflow: hidden;
  padding: 0 1%;
}
.bd_default {
  border-top: 1px solid #E1E1E1;
}
.bd_default:before {
  border-top: 1px solid #fff;
  content: "";
  position: absolute;
  z-index: 2;
  top: 1px;
  width: 100%;
  height: 100%;
}
.bd_default div {
  border-top: 1px solid #fff;
  width: 99%;
  margin: 0 0.5%;
  -webkit-box-shadow: 0px -1px 8px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px -1px 8px rgba(0, 0, 0, 1);
  box-shadow: 0px -1px 8px rgba(0, 0, 0, 1);
}
.bd_strong {
  border-top: 4px solid #E1E1E1;
}
.bd_doubledots_small {
  height: 3px;
  border-top: 1px dotted #ccc;
}
.bd_doubledots_small div {
  margin-top: 2px;
  border-top: 1px dotted #ccc;
}
.bd_doubledots_large {
  height: 3px;
  border-top: 2px dotted #ccc;
}
.bd_doubledots_large div {
  margin-top: 2px;
  border-top: 2px dotted #ccc;
}
.bd_doubledashes_small {
  height: 3px;
  border-top: 1px dashed #ccc;
}
.bd_doubledashes_small div {
  margin-top: 2px;
  border-top: 1px dashed #ccc;
}
.bd_doubledashes_large {
  height: 3px;
  border-top: 2px dashed #ccc;
}
.bd_doubledashes_large div {
  margin-top: 2px;
  border-top: 2px dashed #ccc;
}
.bd_fadeout {
  height: 2px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
  background-image: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
}
.bd_altdash {
  height: 0px;
  border: 0;
  border-bottom: 3px dashed #ccc;
  background: #f5f5f5;
}
.bd_grooved_edges {
  height: 3px;
  border-top: 3px double #ccc;
  border-bottom: 3px double #ccc;
  background: #f5f5f5;
}
