hr {
    position: relative;
    border: none;
}

hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #606060, transparent);
}

hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(96, 96, 96, 0.5);
}

hr.style-five {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px #606060;
}

hr.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(96, 96, 96, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: #606060;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #606060;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #606060;
    color: #606060;
    text-align: center;
}

hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.35em;
    font-size: 2em;
    padding: 0 0.25em;
}

hr.style-nine {
    text-align: center;
    display: block;
    line-height: 1px;
    height: 1px;
    background: #606060;
}

hr.style-nine:before{
    content: "§";
    font-size: 2em;
    color: #606060;
    position: absolute;
    transform: rotate(90deg);
    margin-top: -21px;
    margin-left: -10px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
}

hr.center-ball, hr.center-diamond, hr.center-square, hr.center-star {
    border-top: 1px solid rgba(0,0,0,.1);
}

hr.center-ball {
    margin: 2rem;
}

hr.center-ball:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #606060;
    display: inline-block;
    border: 2px solid #606060;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 50%;
    margin: 0 0 0 -3px;
}

hr.center-diamond:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #606060;
    display: inline-block;
    border: 2px solid #606060;
    position: absolute;
    top: -9px;
    left: 50%;
    margin: 0 0 0 -9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

hr.center-square:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #606060;
    display: inline-block;
    border: 2px solid #606060;
    position: absolute;
    top: -9px;
    left: 50%;
    margin: 0 0 0 -9px;
}

hr.center-star:before {
    content: "★";
    color: #606060;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin: -2px 0 0 -0.5em;
    font-size: 2em;
    line-height: 0;
    text-shadow: 0 0 3px #606060;
}

hr.separator--dots {
    overflow: visible;
    border: 0;
    content: "";
    background-color: #606060;
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: relative;
}

hr.separator--dots:before {
    content: "";
    background-color: #606060;
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    left: -32px;
    -webkit-animation: dot-move-left 1s ease-out forwards;
    animation: dot-move-left 1s ease-out forwards;
}

hr.separator--dots:after {
    content: "";
    background-color: #606060;
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    left: 32px;
    -webkit-animation: dot-move-right 1s ease-out forwards;
    animation: dot-move-right 1s ease-out forwards;
}

hr.pill {
  height: 0px;
  border-radius: 2px;
  color: #606060;
  border: 2px solid #606060;
}

hr.vertical-lines {
  height: 10px;
  color: #606060;
  background-image: linear-gradient(90deg, #606060, #606060 33.33%, transparent 33.33%, transparent 100%);
  background-size: 3px 100%;
}

hr.horizontal-lines {
  height: 10px;
  color: #606060;
  background-image: linear-gradient(#606060, #606060 33.33%, transparent 33.33%, transparent 100%);
  background-size: 100% 3px;
}

hr.slash-1 {
  height: 10px;
  color: #606060;
  background-image: linear-gradient(-45deg, transparent, transparent 25%, #606060 25%, #606060 50%, transparent 50%, transparent 75%, #606060 75%);
  background-size: 10px 10px;
}

hr.slash-2 {
  height: 8px;
  color: darkmagenta;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="rgb(96,96,96)"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"/><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"/></svg>');
  background-size: 3px 3px;
}

hr.slash-3 {
  height: 10px;
  background-image: linear-gradient(45deg, rgba(96, 96, 96, 0), rgba(96, 96, 96, 0) 33.33%, #606060 33.33%, #606060 66.67%, rgba(96, 96, 96, 0) 66.67%, rgba(96, 96, 96, 0) 100%);
  background-size: 10px 100%;
}

hr.bookends {
  position: relative;
  border-width: 5px;
  border-color: #606060 transparent;
  height: 11px;
  border-style: double;
}

hr.bookends:before,
hr.bookends:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-width: 0 7px 7px 0;
    border-color: #606060;
    border-style: double;
    box-sizing: border-box;
}

hr.bookends:before {
  transform: translateZ(0) rotate(-45deg);
  left: -21px;
}

hr.bookends:after {
  transform: translateZ(0) rotate(135deg);
  right: -21px;
}

hr.bookends-dots {
  position: relative;
  border-bottom: 1px solid rgba(128, 128, 128, 0.75);
}

hr.bookends-dots:before,
hr.bookends-dots:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 10px;
  display: block;
  border-width: 0 1px 1px 0;
  border-color: rgba(96, 96, 96, 0.75);
  border-style: solid;
  box-sizing: border-box;
  border-radius: 100%;
}

hr.bookends-dots:before {
  transform: translateZ(0) rotate(-45deg);
  left: -10px;
}

hr.bookends-dots:after {
  transform: translateZ(0) rotate(135deg);
  right: -10px;
}

hr.flair {
  height: 30px;
  border-style: solid;
  border-color: rgba(96, 96, 96, 0.9);
  border-width: 1px 0 0 0;
  border-radius: 15px;
}

hr.flair:before {
  display: block;
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: rgba(96, 96, 96, 0.9);
  border-width: 0 0 1px 0;
  border-radius: 15px;
}

hr.wave {
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 15" width="12" height="15"><path fill="none" stroke="rgba(96, 96, 96, 0.9)" stroke-width="3" d="M0,13.5c3,0,3-12,6-12s3,12,6,12"/></svg>') 0 0 100% repeat;
  border-width: 0 0 15px;
  border-style: solid;
  position: relative;
}

hr.wave:before,
hr.wave:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  background-color: #606060;
  bottom: -22.5px;
}

hr.wave:before {
  border-radius: 30px 0 0 30px;
  left: -2px;
}

hr.wave:after {
  border-radius: 0 30px 30px 0;
  right: -2px;
}

hr.shine {
  height: 20px;
  background-image: radial-gradient(farthest-side at 50% -50%, rgba(96, 96, 96, 0.5), rgba(96, 96, 96, 0));
  position: relative;
}

hr.shine::before {
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, rgba(96, 96, 96, 0), rgba(96, 96, 96, 0.75) 50%, rgba(96, 96, 96, 0));
}

hr.charlie {
  position: relative;
  font-size: 1.5em;
  height: 1em;
  border: 0;
  -webkit-filter: drop-shadow(rgba(96, 96, 96, 0.75) 1px 3px 5px);
}

hr.charlie:before,
hr.charlie:after {
   content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-size: 1em 100%;
  height: inherit;
}

hr.charlie:before {
  background-image: linear-gradient(315deg, rgba(96, 96, 96, 0.75) 25%, transparent 25%), linear-gradient(45deg, rgba(96, 96, 96, 0.75) 25%, transparent 25%);
  background-position: 50%;
  top: -0.49em;
}

hr.charlie:after {
  background-image: linear-gradient(135deg, rgba(96, 96, 96, 0.75) 25%, transparent 25%), linear-gradient(225deg, rgba(96, 96, 96, 0.75) 25%, transparent 25%);
  background-position: -webkit-calc(50% - 0.5em);
  top: 0.5em;
}

hr.stars {
  height: auto;
  color: #606060;
  text-align: center;
  margin: 0;
}
hr.stars:after {
  content: "★";
  font-size: 2em;
  text-shadow: -2em 0, -1em 0, 1em 0, 2em 0;
}
