/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{

/* basic */

max-width:300px;
z-index:10;
margin: 8px 8px 0px 14px;

/* style and design */

padding:2px;
background:#eee; 

/* fallback if rgba not supported */

background:rgba(240,242,242,1);
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:6px;
-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
box-shadow:2px 2px 2px rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);

/* font */

font-family:calibri;
font-size:10px;
line-height:16px;
color:#777;
font-style:italic;
}
