.recipe-directions-table {
  width: 100%;
  border-collapse: collapse;
}

.recipe-directions-table tr {
  border-bottom: 1px solid #f6f7f8;
}

.recipe-directions-table td {
  padding: 12px;
  vertical-align: middle;
  padding: 20px;

  border: none;
}

.recipe-directions-step {
  white-space: nowrap;
  font-weight: 600;
  width: 125px;
  font-size: 18px;

  padding-left: 0 !important;

  color: #002676;
}

.recipe-directions-description p:last-child {
  margin-bottom: 0;
}

table.recipe-directions-table tbody tr:hover > td,
table.recipe-directions-table tbody tr:hover > th {
  background: #fff;
}

table.recipe-directions-table tbody > tr:nth-child(2n + 1) > td,
table.recipe-directions-table tbody > tr:nth-child(2n + 1) > th {
  background: #fff;
}
