.content{
	width:60%;
	margin:3% auto 0 auto;
	height:460px;
	background-color:#F5F5F5;
}
.content1 {
	background-color:#98d091;
	text-align:center;
	padding:1em;
}
.content1 h2 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin:0;
	color:#fff;
}

.progtrckr-done:before {
  content: "\2713";
  color: white;
  display: inline-block;
  line-height: 3.5em;
  background-color: yellowgreen;
  height: 2.2em;
  width: 2.2em;
  line-height: 2.2em;
  text-align: center;
  border: none;
  border-radius: 2.2em;
}

.progtrckr-todo:before {
  content: "";
  color: white;
  display: inline-block;
  line-height: 3.5em;
  background-color: silver;
  height: 2.2em;
  width: 2.2em;
  line-height: 2.2em;
  text-align: center;
  border: none;
  border-radius: 2.2em;
}

.tracker-timeline td {
  vertical-align: middle !important;
}
