
.tooltip-target {
}

.tooltip-content {
    display: none; /* required */
    position: absolute; /* required */
	height:150px;
    border: 1px solid #666;
    background-color: #fff;
    text-align: center;
    color: black;
    z-index: 200;
}


.tooltip-content p {
    margin: 0;
}