/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
  max-width: 300px;
  z-index:10;
  margin:24px 14px 7px 12px;
  /* style and design */
  padding:8px;
  background:#ebf0f4; /* fallback if rgba not supported */
  border: 2px solid #85b4ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* font */
  font-family: 'Courier';
  line-height: 16px;
  color: black;
}