span {
    display: none;
    position: absolute;
    z-index: 1000;
}
.tooltip-style1 {
    background-color: #600 !important;
    color: #FFFFFF !important;
    min-height: 30px !important;
    opacity: 0.9 !important;
    padding: 10px !important;
    text-align: left !important;
    width: 250px !important;
	line-height:15px;
}
.tooltip-style2 {
    background: none repeat scroll 0 0 #363636;
    color: #FFFFFF;
    padding: 3px;
    text-align: center;
}
.tooltip-style3 {
    background: none repeat scroll 0 0 #E8E8E8;
    color: #000000;
    padding: 18px;
}
pre {
    font-size: 10px;
}