div.product .name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}
div.product table.attribute {
  background: #E0ECEF;
  border: 1px dotted #dc2e4f;

}
div.product table.attribute td {
  padding: 5px;
}
div.product table.attribute .left {
  text-align: right;    
}