html, body {
	margin: 0px;
	padding: 0px;
}

div#urlSection {
	position: relative;
	text-align: left;
	
	margin: 2px 20px 2px 20px;
	
	border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #676767;
  overflow: hidden;
}

div#urlSection input#url {
  color: black;
  font-size: 12pt;

	width: 100%;	
	margin: 0px;
	padding: 2px 140px 2px 2px;
	border-width: 0px;
	
  background-color: white;
}

div#urlSection input[type="submit"]{
	border-width: 3px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	
	color: white;
	background: rgb(204, 204, 204);
	
	text-decoration: none;
	
	font-style: normal;
	font-weight: normal;
	
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
  font-size: 12pt;
  
  min-height: 24px;
  width: 140px;
  margin: 0;
  padding: 0;
  
  -webkit-appearance: push-button
  
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

div.news {
	padding-left: 10px;
	padding-right: 10px;

	border-top: 1px solid #676767;
	background-color: #f1f1f1;
}

div.news span {
	font-weight: 800;
}

div.explanations {
	
	padding-left: 10px;
	padding-right: 10px;
}

div.sections {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	padding-bottom: 10px;

	/* float: left; */
}

div.sections p, div.sections h2 {
	margin: 5px;
}