@font-face {
  font-family: DFPW5;
  src: url('/fonts/DFPW5_EUR.ttf');
  }

#s-m-t-tooltip {
  max-width: 300px;
  background: #fff;
  border: 1px dashed #4F4C4F;
  box-shadow: 4px 4px #5779A9;
  font-family: 'DFPW5';
  font-size: 12px;
  line-height: 130%;
  color: #606060;
  z-index: 10;
  margin: 24px 14px 7px 12px;
  padding: 10px;
  }
  
html, a, a:hover { 
  cursor:url(/images/cursors/keybladeoflightcur.png), auto; 
}