div.product-gift-section {margin-top:0.1em; margin-bottom:0.5em; border: 2px solid orange; border-radius: 4px;}
div.product-gift-section p {margin-top:0.8em; margin-bottom:0.8em; font-style: italic; text-align:center;}
div.product-gift-section label {margin-right: 0.5em;}
div.product-gift-section textarea#gift-receiver-message {width: 100%; height:8em;}
div.product-gift-section input#gift-receiver-name {width: 100%;}
div.product-gift-section input#gift-giver-name {width: 100%;}
div.gift-info {padding: 1em; padding-top:0em;}
div.gift-info label {display:block;}

div.credit-in-checkout {border: 2px solid green; padding:1em;}
div.credit-in-checkout div.error {border: 1px solid #f0776e; background-color: #f5c0bc; padding:8px; margin-bottom:1em;}

div#voucher-in-checkout input:read-only {background-color: #666; color: white;}

div.voucher-edit-form {border: 2px solid #aaa; padding: 1em;}

input.btn-success {background-color: green !important; float: right;}
div.voucher-edit-form a.btn-warning {color: white !important; margin-right:20px;}

div.voucher-edit-form input[type="submit"].btn-blue {background-color: #1E90FF !important;}
div.voucher-edit-form input[type="submit"].btn-blue:hover {background-color: #2Ea0FF !important;}

/* Voucher info on the CART page */
div.gift-voucher-info {margin-bottom:1em; color: green;}

/* Admin Show */
div.voucher_show {display: inline-block; margin:auto; margin-bottom:2em;}
div.voucher_show div.entry {display:inline-block; border: 1px solid orange}
div.voucher_show div.entry label {background: orange; color: white; width:100%; padding: 0.5em;}
div.voucher_show div.entry.claimed label {background: teal; color: white; width:100%; padding: 0.5em;}
div.voucher_show div.entry div.value { width:100%; padding: 0.5em;}
div.voucher_show h3 {text-align: center; width:100%; padding: 4px; margin: 0px; font-size: 1.2em; color: white; background-color: #17324d;}
div.voucher_show table.voucher-events {width: 100%; border: 1px solid #eee; background-color: #f5f5f5;}
div.voucher_show table.voucher-events th {font-weight: bold;}

/* Gift calculator */
div#gift-calculator {border: 1px solid #ccc; background-color: #d2d7dd; font-size: 1em; padding: 1em;}
div#gift-calculator h3 {font-weight: bold;}
div#gift-calculator div.section {margin-bottom: 2em;}
div#gift-calculator div.section label {margin-left:1em; width: 14em; font-weight: normal; font-style:italic; }
div#gift-calculator div.section input {width: 6em; text-align: right;}
div#gift-calculator button {margin-left: 4px; }
div#gift-calculator span.total {margin-left:-1px; display: inline-block; text-align: right; min-width:6em; line-height: 1.4em; background-color: white; }
@media screen and (max-width: 555px) {
  div#gift-calculator div.section label {
    margin-left:0px;
  }
}