ul.solid-list {
  	list-style: none;
  	padding-left: 0;
}

ul.solid-list li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    padding-bottom: 10px;
}

ul.solid-list li::before {
  content: '';
  background-image: url('../imgs/Subtract.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
}

.solid-grade-content.section-title{
	padding-bottom: 0;
}

.specifications td {
    padding: 12px 10px;
}

.grade-related-products td a {
    color: #444444;
}

section#certifications .section-title p {
    text-align: center;
    margin-bottom: 30px;
}

.our-flagship-box p {
    height: 70px;
}