.border-radius-100 {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
/* heading styles */
.solid-tabs {
  /* texts alignments */
  /* text sizes */
  /* text colors */
  /* blockquote */
  /* text-callout */
  /* icons */
}
.solid-tabs .heading-border-bottom-5 {
  border-bottom: 5px solid #03a9f4;
}
.solid-tabs .heading-border-bottom-3 {
  border-bottom: 3px solid #03a9f4;
}
.solid-tabs .heading-border-left-5 {
  padding-left: 0.5em;
  border-left: 5px solid #03a9f4;
}
.solid-tabs .text-center {
  text-align: center;
}
.solid-tabs .text-left {
  text-align: left;
}
.solid-tabs .text-right {
  text-align: right;
}
.solid-tabs .text-x-large {
  font-size: 1.75em;
}
.solid-tabs .text-large {
  font-size: 1.15em;
}
.solid-tabs .text-medium {
  font-size: 0.875em;
}
.solid-tabs .text-small {
  font-size: 0.725em;
}
.solid-tabs .text-x-small {
  font-size: 0.625em;
}
.solid-tabs .text-muted {
  color: #A9A9A9;
}
.solid-tabs .text-warning {
  color: #F9470E;
}
.solid-tabs .text-success {
  color: #37B634;
}
.solid-tabs .text-info {
  color: #42ACF9;
}
.solid-tabs .lh-1-5 {
  line-height: 1.5 !important;
}
.solid-tabs blockquote {
  line-height: 1.5;
  border-left: 6px solid #67c0f7;
  padding: 0.5em 1.5em 0.5em 4%;
  background: #F9F9F9;
  font-style: italic;
  font-size: 1.1em;
  margin-left: 3.5%;
}
.solid-tabs .text-callout {
  display: block;
  padding: 1em;
  background: #5C5C5C;
  color: #fff;
  width: 40%;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-style: italic;
  -webkit-box-shadow: 1px 3px 3px 0 rgba(97, 97, 97, 0.33);
     -moz-box-shadow: 1px 3px 3px 0 rgba(97, 97, 97, 0.33);
          box-shadow: 1px 3px 3px 0 rgba(97, 97, 97, 0.33);
}
.solid-tabs .text-callout-left {
  float: left;
  margin: 1em 1em 0.5em 0;
}
.solid-tabs .text-callout-right {
  float: right;
  margin: 1em 0 0.5em 1em;
}
.solid-tabs .fa {
  margin-right: 1em;
  width: 1em;
}
