.textbox
{
	width: 340px;
	height: 30px;
	margin:5px auto;
	padding-left:5px;
}
.btn
{
	background: #77c2ae;
	color: #fff;
	height: 34px;
	width: 340px;
}
h2
{
	color: #b8c992;
}

#main {
	margin-left: 38%;
	margin-top: 10%;
}

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

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 200px;
  background-color: #92a8d1;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  ##margin: 10px;
  padding: 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}
