/*.tooltip .title, .tooltip .content, .tooltip td, .tooltip .description, .tooltip .value { color: #000000; }*/
/*.tooltip { color: transparent;}*/
/*.tooltip .title { */
  /*background: #transparent;*/
  /*font-size: 11px; padding: 5px; */
/*}*/
/*.tooltip .content { font-size: 11px; padding: 5px; }*/
/*.tooltip table { */
  /*table-layout: fixed;*/
  /*border: 1px solid #e4e2e2; */
/*}*/
/*.tooltip th, .tooltip td { */
  /*text-align: center; */
  /*font-size: 11px; */
  /*padding: 5px; */
  /*border: 1px solid #e4e2e2; */
/*}*/
/*.tooltip th {  */
  /*font-weight: bold; */
  /*background-color: #0066cc; */
  /*color: #ffffff; */
/*}*/
/*.tooltip .description { background-color: #cccccc; }*/
/*.tooltip .value { background-color: #f4f4f4; }*/

.tooltip .title, .tooltip .content, .tooltip td, .tooltip .description, .tooltip .value { color: #000000; }
.tooltip { color: transparent;}
.tooltip .title {
    background: transparent;
    font-size: 11px; padding: 5px;
}
.tooltip .content { font-size: 11px; padding: 5px; }
.tooltip table {
    table-layout: fixed;
    border: 0px solid #3A3A3A;
}
.tooltip th, .tooltip td {
    text-align: center;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #ffffff;
}
.tooltip th {
    font-weight: bold;
    background-color: #6EDC7A;
    color: #3A3A3A;
}
.tooltip .description { background-color: #EAE7DB; }
.tooltip .value { background-color: #EAE7DB; }