body
{
    font-family: arial, sans-serif;
    font-size: 10pt;
    
}
p {
    text-align: justify;
}
div.section_header {
  background-color: #ccc;
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

div.section {
  text-align: left;
  margin: 10px;
  display: block; 
  border: 1px solid #000;
}

div.input_field {
  margin: 5px; 
  display: block;
  float: left;
}

#google_column {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20%;
	margin: 10px;	
}
