table {
  border: 2px solid #DBDBDB;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-radius: 3px;
  color: #7E7E7E;
}
.productpageOptionsTable td, .productpageOptionsTable th {
  padding: 3px 2px;
  color: #7E7E7E;
}
.productpageOptionsTable tbody td {
  font-size: 16px;
  color: #7E7E7E;
}
.productpageOptionsTable thead {
  background: #E7F0F2;
}