.page_title
{
	font-size:18px;
	color:#333;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}

.error_strings
{
	
	color:#F00;
}

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

.tooltip .tooltiptext {
  visibility: hidden;
  /*width: 400px;*/
  background-color: #63C;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  right:0px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
