/* profilo */

div.profilo-spot {
  width: 400px;
  height: 180px;
  overflow: auto;
  border: 2px outset #330066;
  background-color: #F2F4F7;
  display: none;
  padding: 12px;
  font-size: 10px;
}

div.profilo-spot h5.prof {
 color: #373256;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 font-style: italic;
 font-weight: bold;
 border-bottom: 1px dashed #462E56;
 margin-top: 2px;
 margin-bottom: 5px;
}

div.profilo-spot p {
 font-size: 11px;
}

div.profilo-spot span.noi {
 font-style: normal;
 color: #52272C;
}


