//***************Custom Styles*************** var style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = '.mica-price { display:block; font-size: 12px; position:relative; top:58px; text-align: center;}'; style.innerHTML = style.innerHTML + '.mica-info { font-family: "Geneva CE", "Arial CE", sans-serif; display:block; font-size: 10px; background-color: rgba(0,0,0,0.5); color: #fff; text-align: center; }'; style.innerHTML = style.innerHTML + 'div.paintcolor { padding: 0px !important; }'; style.innerHTML = style.innerHTML + '.notify-kill { display: block; color: white; cursor: pointer; position: absolute; width: 200px; line-height: 100px; border-radius: 10px; height: 100px; top: 180px; left: 50%; margin-left: +230px; font-size: 20px; border: 5px solid #fff; background-color: red; text-align: center; }'; style.innerHTML = style.innerHTML + '.autobuy-select { margin: 0 auto; padding: 0px; }'; style.innerHTML = style.innerHTML + '.autobuy-select a { cursor: pointer; padding: 5px 15px; }'; style.innerHTML = style.innerHTML + '.autobuy-select a.micasel { color: #fff; background-color: #0088CC; line-height: 40px; border-radius: 5px;}'; style.innerHTML = style.innerHTML + 'div.prev-bought { position: relative; text-align: left; top: -30px; }'; style.innerHTML = style.innerHTML + 'div.popover { visibility: hidden; width: 0px; height: 0px; }'; document.getElementsByTagName('head')[0].appendChild(style);