@charset "utf-8";
/* CSS Document */
body{
	background-color: white;
	overflow: hidden;
}

#FSButton{
	width:4.5%; 
	position: absolute;
	left:78%;
	top: 57.5%;
}

#RefreshButton{
	width:4.5%; 
	position: absolute;
	left:86%;
	top: 57.5%;
}

#FSTT {
	left: 77%;
	top: 52%;
}

#RefreshTT {
	left: 85%;
	top: 52%;
}

.tooltip .tooltiptext {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  visibility: hidden;
  width: 5%;
  height: 2.5%;
  background-color: #fbbf13;
  color: #162c53;
  text-align: center;
  border:groove #162c53;
  padding: 0.5%;
  z-index: 50;
  position: absolute;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#yourRes{
	visibility: hidden;
	text-align: center;
	opacity: 0.5;
}

#expectedRes{
	visibility: hidden;
	text-align: center;
}

#ERButton{
	width:4.5%; 
	position: absolute;
	left:0%;
	top: 37.5%;
/*	visibility: hidden;*/
}

#YRButton{
	width:4.5%; 
	position: absolute;
	left:0%;
	top: 55%;
/*	visibility: hidden;*/
	
}

#ERTT{
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #162c53;
  position: absolute;
  left: 0%;
  top: 44%;
/*	visibility: hidden;*/
}

#YRTT{
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #162c53;
  position: absolute;
  left: 0%;
  top: 61.5%;

/*visibility: hidden;*/
}