.tooltip {list-style: none}

.tooltip p {

     float: left;

     position: relative;

     text-align:center;

     }

.tooltip a {

     text-decoration: none;

     width:250px;

     }

.tooltip span {

     background: #ffc;

     border: 1px solid #fc6;

     height: 45px;

     position: absolute;

     top: -85px;

     left: 0;

 

     padding: 20px 12px 10px;

     z-index: 2;

     display: none;

     }