/* Start of CMSMS style sheet 'Wil beveiligd' */
.mouse_info {
   text-decoration:none;
}
.mouse_info span {
   display:none;
   text-decoration:none;
}
.mouse_info:hover span {
   display:inline;
   position: absolute;
   margin-left: 10px;
   padding: 5px;
   width: 350px;
   border: 1px solid;
   background-color: #ffffff;
}
/* End of 'Wil beveiligd' */

