hr.star-light, hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after, hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #2C3E50;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
hr.pencil-light, hr.pencil-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.pencil-light:after, hr.pencil-primary:after {
  content: "\f040";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.pencil-light {
  border-color: white;
}
hr.pencil-light:after {
  background-color: #2C3E50;
  color: white;
}
hr.pencil-primary {
  border-color: #2C3E50;
}
hr.pencil-primary:after {
  background-color: white;
  color: #2C3E50;
}
hr.code-light, hr.code-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.code-light:after, hr.code-primary:after {
  content: "\f121";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.code-light {
  border-color: white;
}
hr.code-light:after {
  background-color: #2C3E50;
  color: #fc0f72;
}
hr.code-primary {
  border-color: #2C3E50;
}
hr.code-primary:after {
  background-color: white;
  color: #2C3E50;
}
hr.bookmark-light, hr.bookmark-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.bookmark-light:after, hr.bookmark-primary:after {
  content: "\f02e";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.bookmark-light {
  border-color: white;
}
hr.bookmark-light:after {
  background-color: #2C3E50;
  color: white;
}
hr.bookmark-primary {
  border-color: #2C3E50;
}
hr.bookmark-primary:after {
  background-color: white;
  color: #2C3E50;
}
hr.paper-plane-light, hr.paper-plane-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.paper-plane-light:after, hr.paper-plane-primary:after {
  content: "\f1d9";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.paper-plane-light {
  border-color: white;
}
hr.paper-plane-light:after {
  background-color: #2C3E50;
  color: white;
}
hr.paper-plane-primary {
  border-color: #2C3E50;
}
hr.paper-plane-primary:after {
  background-color: white;
  color: #2C3E50;
}
hr.quote-light, hr.quote-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.quote-light:after, hr.quote-primary:after {
  content: "\f10d";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.quote-light {
  border-color: white;
}
hr.quote-light:after {
  background-color: #2C3E50;
  color:#fc0f72;
}
hr.quote-primary {
  border-color: #2C3E50;
}
hr.quote-primary:after {
  background-color: white;
  color: #2C3E50;
}
hr.user-light, hr.user-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.user-light:after, hr.user-primary:after {
  content: "\f183";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.user-light {
  border-color: white;
}
hr.user-light:after {
  background-color: #2C3E50;
  color: #fc0f72;";
}
hr.user-primary {
  border-color: #2C3E50;
}
hr.user-primary:after {
  background-color: white;
  color: #2C3E50;
}
