.contnet-headers h4{
  display: block;
  width: 33%;
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.contnet-headers{
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 7px;
  padding-bottom: 6px;
  padding-top: 28px;
}

.cof-item-list{
  text-align: right;
}
.content-body{
  font-size: 14px;
  color: #414141;
}

.content-body ol{
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.content-body ol li:last-child{
  padding-bottom: 0;
}
.content-body ol li:first-child {
  padding-top: 0;
}

.content-body ol li{
  padding: 4px 8px;
}

.table-items{
  margin-left: -6px;
  padding: 0;
}

.cof-item-list .table-items:first-child{
  padding-top: 0;
}

.cof-item-list .table-items{
  padding: 4px 8px;
}

.content-body{
  border-bottom: 1px solid #d5d5d5;
}

ol .table-items{
  display: block;
}

.table-items + span{
  color: #3aa395;
}

.table_footer{
  font-size: 14px;
  color: #414141;
}

.table-items > span{
  color: #3aa395;
}

.center-btn a{
  margin-top: 26px;
  text-align: center;
  display: inline-block;
}

ol .table-items{
  float: left;
  width:80%;
}

.content-body ol li{
  clear: both;
}

.table-items.score{
  float: right;
  width: 20%;
  text-align: right;
}

@media only screen and (max-width: 991px) {

  ol .table-items{
    display: block;
    word-break: normal;
  }

  .content-body ol li {
    padding: 4px 8px;
  }


}
@media only screen and (max-width: 768px) {

  .table-wrap{
    padding-right: 0;
  }

}

@media only screen and (max-width: 400px) {
  .contnet-headers h4:first-child{
    display: none;
  }

  .contnet-headers h4 {
    width: 50%;
  }

  .content-body.row .col-xs-4{
    display: none;
  }

  .content-body.row > *{
    width: 100%;
  }

  .content-body.row .cof-item-list{
    width: 20%;
  }

  .content-body ol {
    padding-left: 20px;
  }

  .table-items{
    margin-left: -2px;
  }

}
