.per-month {white-space:normal;}
.per-month div.price {color:#000;}
.per-month div.price {position:relative; width:100%;}
.per-month div.price .hint {display:none; z-index:9999; position:absolute; top:1em; left:0; width:auto;}
.per-month div.price:hover .hint {display:block; padding:10px; color:#fff; font-weight:normal; text-align:left; background:#000; background-color:rgba(0,0,0,0.8); border-radius:5px;}

#item_area .per-month div.price {text-align:right;} /* #product_tab_stage orig for these 2*/
#item_area .per-month div.price .hint {left:auto; right:0; width:300%; max-width:300px;}
.product_description .per-month div.price .hint {}

#cartrequest_items_total .per-month .hint {display:none !important;}

div.more_details_content {display:none; position:fixed; top:35%; left:55%; width:500px; padding:20px; border-radius:5px;}
div.more_details_close {float:right; width:24px; height:24px; background:url(/store_image/site/popup_close.png) 0 0 no-repeat;}

@media (max-width:767px) {
#item_area .per-month div.price .hint {display:none;}
}