#tools .ind{
	font-size: 18px;
	color:#666;
  padding: 5px;
  border-bottom: 1px solid #eee;
  cursor:pointer;
  outline: none;
}
#tools .ind:hover{
  padding: 5px;
  border-bottom: 1px solid #eee;
  cursor:pointer;
  background-color: #eee;

}