#dev-quick-usage-notify-container {
position:fixed;
bottom:0;
width:auto;
right:0;
z-index:5000;
}

#dev-quick-usage-notify-stats {
padding:5px;
border-top:solid 1px #33ccee;
border-left:solid 1px #33ccee;
text-align:left;
background:#fff;
font-size:11px;
font-family:Arial, sans-serif;
opacity:0.2;
padding-right:20px;
-moz-border-radius:6px 0 0 0;
-webkit-border-radius:6px 0 0 0;
}

#dev-quick-usage-notify-stats:hover {
opacity:1;
cursor:pointer;
}