p.shipping_image {
	margin-bottom: 20px;
}

.option_table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
}
.option_table th,
.option_table td {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.option_table th {
  background: #f9f9f9;
  text-align: center;
}
.option_table td {
  text-align: left;
}