
.hide{
	display:none;
}
.show-others{
	color: blue;
text-decoration: none;
border-bottom: 1px dotted blue;
margin-top: 4px;
margin-left: 25px;
	
}
.show-others:hover{
	color: orange;
text-decoration: none;
border-bottom: none;
}