.gift-pic {
  width: 300px; 
  height: 320px; 
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  margin: auto;
}

.gift-border {
  width: 100%;
  border-top: #cdcdcd 1px solid; 
  bottom: 0px;
}

.gift-border-right {
  width: 130px; 
  height: 50px;
  float: left; 
  border-right: #cdcdcd 1px solid; 
  text-align: right; 
}

.gift-desc {
  
}

.gift p {
  margin: 5px 0;
}

.bonus-point {
  margin: 5px; 
  font-weight: bolder; 
  font-size: 1.5em;
}

.bonus-background {
  text-align: right; 
  float:right; 
  height: 50px; 
  background: transparent bottom repeat-x; 
  background-image: url('./images/current.png');
}

.gift-background {
  width: 100%;
  padding: 5px 0;
  float: left; 
  text-align: center; 
  background: transparent bottom repeat-x; 
  background-image: url('./images/current.png');
  border-right: #cdcdcd 1px solid;
}

.gift-button {
  display: block; 
  width: 182px; 
  height: 56px; 
  background: transparent no-repeat; 
  background-image: url('./images/avbryt.png');
}

.gift-table {
  border: #cdcdcd 1px solid; 
  padding: 1px; 
  margin-bottom: 20px;
}

.points-font {
  font-size: 3.0em; color: #a81714;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
