.hamidshow {
  background-color:#FF6F61;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.mohanshow {
  position: relative;
  display: inline-block;
}
.mohanshow-content {
  display: none;
  position: absolute;
  background-color: black;
  opacity:0.6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.mohanshow-content input {
  color: white;
  background-color: black;
  width:70px;
  margin:20px 15px;
  text-decoration: none;
  display: block;
}
.mohanshow-content a:hover {background-color: #ddd;}
.mohanshow:hover .mohanshow-content {display: block;}
.mohanshow:hover .hamidshow {background-color: black;}
.mohanshow-content {
  min-width:200px;
  opacity:0.9
}