@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;
}

div.mod_tracksresults table th {
border-bottom:1px solid #ECECEC;
padding-bottom:4px;
text-align:left;
}

div.mod_tracksresults table th, div.mod_tracksresults table td {
background-color:#FFFFFF;
border-collapse:collapse;
margin:0pt 0pt 1px;
padding:2px 10px;
}
