@CHARSET "UTF-8";

.custom-tip {
   color: #000;
   width: 130px;
   z-index: 13000;
}

.custom-title {
   font-weight: bold;
   font-size: 11px;
   margin: 0;
   color: white;
   padding: 8px 8px 4px;
   background: grey;
   border-bottom: 1px solid grey;
}

.custom-text {
   font-size: 11px;
   padding: 4px 8px 8px;
   background: lightgrey;
}