/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
      /* basic */
      max-width:300px;
      z-index:10;
      margin:1rem;
      /* style and design */
      padding:0.5rem;
      background:#7a6486; /* fallback if rgba not supported */
      background:rgba(122,100,134,0.9);
      -moz-box-shadow: 1px 1px 2px rgba(255,255,255,0.3);
      -webkit-box-shadow: 1px 1px 2px rgba(255,255,255,0.3);
      box-shadow: 1px 1px 2px rgba(255,255,255,0.3);
      /* font */
      font-family: Verdana,sans-serif;
      font-size: 11px;
      line-height: 100%;
      color: #f5e4ff;
}
