.text-center {
  text-align: center;
}

h1 {
  font-size: 35px;
  font-weight: bold;
  color: #0096a9;
  padding: 20px 0;
  line-height: 36px;
}


.timeline-section {
  position: relative;
  padding: 20px 0;
}

.timeline-section .line {
  width: 4px; height: 100%;
  background: #eee;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
}

.timeline-section .cb {
  clear: both;
}

.timeline-section:after {
  content: '';
  clear: both;
  width: 100%;
}

.timeline-left {
  width: 50%;
  float: left;
  text-align: right;
}

.timeline-left h2 {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  text-align: right;
  padding-right: 25px;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline-right {
  width: 50%;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline-right ul {
  padding-left: 15px;
}

.timeline-right ul li a {
  display: block;
  padding: 6px 0;
  padding-left: 15px;
  position: relative;
  color: #516951;
}

.timeline-right ul li a:hover {
  color: #0096a9;
}

.timeline-right ul li a:before {
  content: '';
  width: 10px; height: 10px;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #0096a9;
}


.left-side-section h2 {
  padding: 10px 0;
  color: #333;
  font-weight: bold;
  text-align: right;
  padding-right: 25px;
}

.left-side-section ul li a {
  display: block;
  padding: 3px 0;
  position: relative;
  color: #516951;
  font-size: 13px;
  text-align: right;
  padding-right: 25px;
}

.left-side-section ul li a:hover {
  color: #0096a9;
}

.left-side-section ul li a.active {
  color: #0096a9;
  font-weight: bold;
}

.left-side-section ul li a:after {
  content: '';
  width: 8px; height: 8px;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(0,0,0, 0.2);
}

.left-side-section ul li a:hover:after {
  background: rgba(0,0,0, 0.3);
}

.left-side-section ul li a.active:after {
  background: #0096a9;
}




.doing-page {
  font-size: 13px;
  line-height: 20px;
  padding-left: 10px;
  position: relative;
}

.doing-page:before {
  position: absolute;
  left: -2px; top: 0; bottom: 0;
  width: 3px;
  background: #eee;
  content: '';
}

.doing-page table {
  margin: 20px 0;
}

.doing-page table td {
  padding: 5px 3px;
  font-size: 12px;
  border: 1px solid rgba(0,0,0, 0.1);
}


.doing-page tbody tr:nth-child(odd) {
   background-color: rgba(12,152,12, 0.06);
}


.doing-chart {
  margin: 20px 0;
}

.doing-chart h2 {
  font-weight: bold;
}

.doing-page p {
  padding-bottom: 20px;
}

.doing-page ul{
  padding-bottom: 20px;
}

.doing-page ul li {
  padding-left: 20px;
  position: relative;
}

.doing-page ul li:before {
  content: '';
  position: absolute;
  left: 5px; top: 7px;
  width: 6px; height: 6px;
  background: #0096a9;
  display: block;
}
