ul.timeline {
  list-style-type: none;
  padding-left:0;
  margin-left: 11px;
}

.timeline li {
  position: relative;
  margin: 0;
  padding-bottom: 1em;
  padding-left: 20px;
}

.timeline li:before {
  content: '';
  background-color: #dddddd;
  position: absolute;
  bottom: -8px;
  top: 6px;
  left: 4px;
  width: 2px;
}

.timeline li:last-child:before {
  content: '';
  background-color: unset;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 0;
}

.timeline li:after {
  content: '';
  background-color: #dddddd;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top:5px;
  height: 12px;
  width: 12px;
}

@media only screen and (max-device-width: 7.001in)
{
.timeline li:before 
	{
	bottom: -15px;
	top: 15px;
	left: -17px;
	}
.timeline li:after 
	{
	left: -22px;
  	top:15px;
	}
}