.product-information{

}

.product-information .title h1 {
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  color: #131f6b !important;
  text-decoration: none;
}

.product-information .product-table{
  border: 1px solid #717173;
}

.product-information .product-table .table-head{
  background-color: #717173;
  color: #fff;
}

.product-information .product-table .table-row:nth-child(odd){
  background-color: #eeeeee;
}
