.tofs_main{
	text-align: justify;
}

.tofs_main h1, .tofs_main h2, .tofs_main h3, .tofs_main h4, .tofs_main h5, .tofs_main h6{
	margin-bottom: 10px;
}

.tofs_main a{
	color: #28a745;
}

.tofs_main ul,
.tofs_main ol {
  margin: 0 0 1.5em 2.5em;
}

.tofs_main li > ul,
.tofs_main li > ol {
  margin: 0 0 0 1.5em;
}

.tofs_main li {
  margin: 0 0 0.5em 0;
}

/* Dots */
.tofs-entry-content ul {
  list-style: none;
}

.tofs-entry-content ul li {
  position: relative;
}

.tofs-entry-content ul li::before {
  content: "\2022";
  color: #004b76;
  position: absolute;
  left: -1.1em;
  top: -1px;
}

/* Arrows */
.tofs-entry-content .arrow li::before {
  content: "";
  position: absolute;
  left: -1.1em;
  top: 0.35em;
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #28a745;
}

/* Numbers */
.tofs-entry-content ol {
  list-style: none;
  counter-reset: fuel-awesome-counter;
}

.tofs-entry-content ol li {
  counter-increment: fuel-awesome-counter;
  position: relative;
}

.tofs-entry-content ol li::before {
  content: counter(fuel-awesome-counter);
  color: #fff;
  background: #33637f;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.6;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  border-radius: 1em;
  margin-right: 0.5em;
  position: absolute;
  left: -2rem;
  top: -0.1em;
}
