/* formatting for tables */
#reports {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin-left:auto; 
  margin-right:auto;
}

#reports td, #reports th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size:18px;
}

#reports tr:nth-child(even){background-color: #f2f2f2;}

#reports tr:hover {background-color: #ddd;}

#reports th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
}

#reports a:link {
  text-decoration: none;
  font-weight:bold;
  color:#111;
}

#reports a:visited {
  text-decoration: none;
  color:#111;
}

#reports a:hover {
  text-decoration: none;
  color:#00f;	
}

#reports a:active {
  text-decoration: none;
  color:#f00;
}


.floatLeft
	{
	float:left;
	}

.floatRight
	{
	float:right;
	}
/* ############################################################ */