/* Tooltip */ .tooltip{ z-index: 2000; } .tooltip-arrow{ border-bottom-color: transparent; border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; } .tooltip-inner{ min-height:30px; font-size: 10px; padding-left: 5px; .tiempo{ float:left; } .guion{display:none;} .title{ float:left; width:8%; } .name{ float:left; width:100%; } .type{ width:100%; } .inc{ margin:0 18px; text-align:left; } } /* Fin Tooltip */