.price {
  font-size: 2em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}
.panel {
-webkit-transition-property : scale; 
-webkit-transition-duration : 0.2s; 
-webkit-transition-timing-function : ease-in-out; 
-moz-transition : all 0.2s ease-in-out;  
}

.panel:hover {
box-shadow: 0 0 10px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
}

 #best_deal {
background: url(../images/best_deal.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: inline;
float: right;
height: 72px;
margin-bottom: -54px;
margin-right: -18px;
margin-top: -15px;
width: 72px;
position: relative;
}
 #special_deal {
background: url(../images/special_deal.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: inline;
float: right;
height: 72px;
margin-bottom: -54px;
margin-right: -18px;
margin-top: -15px;
width: 72px;
position: relative;
}