.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.thumbnail {
  height: 200px;
}

.thumbnail img.pull-right {
  width: 50px;
}

.tool {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tool .tooltext {
    visibility: hidden;
    width: 400px;
    background-color: #eeeeee;
    /*color: black;*/
    text-align: left;
    border-radius: 5px;
    padding: 5px 0;
     border-width: 1px;
	 border-style: groove;
	  border-color: black;
    /* Position the tooltip */
    position: absolute;
    z-index: 5;
}

.tool:hover .tooltext {
    visibility: visible;
}

