div.hidden_storage {
  display: none;
}
.gift_rec_container {
}
button#add_recipient {
  background-image: -webkit-linear-gradient(#eeeeee, #ffffff);
  background-image: linear-gradient(#eeeeee, #ffffff);
  font-size: 1em;
  line-height: 3em;
  height: 3em;

  @media only screen and (max-width: 500px) {
    font-size: 0.9em;
    padding: 0 0.5em;
  }
}
button#add_recipient span {
  font-size: 1.5em;
  line-height: 1em;

  @media only screen and (max-width: 500px) {
    font-size: 1.5em;
    line-height: 1em;
    vertical-align: middle;
  }
}
div.gift_rec_set h4 {
  margin-left: 1em;
  font-family: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  color: rgb(95, 89, 73);
  /*color: black;*/

  display: flex;
  flex-direction: row;
  align-items: center;
}
div.gift_rec_set h4 span {
  display: inline-block;
  /* background-color: rgba(237, 231, 213, 0.99);*/
  /* border: 2px solid rgba(164, 158, 140, 0.75); */
  border: 2px solid rgb(95, 89, 73);
  /* color: rgba(164, 158, 140, 0.75); */
  color: rgb(95, 89, 73);
  padding: 0em 0.4em;
  border-radius: 5px;
  font-size: 0.75em;
  line-height: 1.25em;

  margin-left: 0.5em;
}

div.gift_rec_set {
  position: relative;
  margin: 1em 0em;
  padding: 2em 1em 1.5em 1em;

  @media only screen and (max-width: 500px) {
    padding: 2em 0em 1.5em 0em;
  }
}

div.remove_item {
  display: block;
  width: 1em;
  height: 1em;
  padding: 0.5em;
  border: 1px solid #ddd;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 4px;
}

div.remove_item a {
  display: block;
  font-size: 2em;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  font-weight: bold;
  top: -21px;
  left: 1px;
  color: red;
  cursor: pointer;

  line-height: 2em;
  left: -1px;
}

div.remove_item a:hover {
  color: #333;
}

div.gift_rec_set select {
  width: 300px;
}

.radio table {
  width: 400px;
  table-layout: fixed;
}

.radio table td {
  padding: 0px;
}
td.club_type_radio_button {
  width: 25px;
}
td.club_type_title {
  width: 200px;
}
label.gift_msg_field_max {
  display: inline-block;
  clear: left;
  font-size: 0.8em;
  margin-top: -20px;
}

@media screen and (max-width: 400px) {
  div.gift_rec_set select {
    width: 100%;
  }
  .radio table {
    width: 100%;
  }
  /* button#add_recipient {
    font-size: 0.65em;
  } */
}
