html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, 
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	/* [disabled]text-align: center; */
	font-family: inherit;
}

td {
	margin: 0;
	padding: 0;
	border: 0;
	/* [disabled]text-align: center; */
	font-family: inherit;
}

body {
  color: #333;
  margin: 50px;
  /* margin-bottom: 100px; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px;
  background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 32%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(32%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 32%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 32%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 32%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 32%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

#gmaps-canvas {
  height: 400px;
	margin-top: 10px;
  border: 1px solid #999;
  -moz-box-shadow:    0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow:         0px 0px 5px #ccc;
}

#gmaps-error {
  color: #cc0000;
}

h1 {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

hr {
  border: none;
  padding: 5px;
  border-bottom: 1px solid #efefef;
}

#container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 25px;
  border: 1px solid #999;
  -moz-box-shadow:    0px 0px 15px #ccc;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  box-shadow:         0px 0px 15px #ccc;
}

/*input {
  width: 450px;
}*/

#results {
  color: #555;
  padding-top: 10px;
}

#input {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ccc;
}
#input #gmaps-output-latitude, #input #gmaps-output-longitude {
  color: green;
}

.download { float: right; }


/* extra */

#instructionsa {
	color: rgb(0,0,0);
	font-weight: bold;
	text-shadow: 0 1px 0 #eee;
	text-align: left;
	font-size:16px;
}

#instructionsb, #instructionsc, #instructionsd {
	color: rgb(80,80,80);
	font-weight: bold;
	text-shadow: 0 1px 0 #eee;
	text-align: left;
	font-size:12px;
}

#Dropdown{
  color: #30F;
  /*color: rgb(255,102,0);*/
	font-weight: bold;
}

#crossResult {
/*	border-style:solid;
	border-width:1px;*/
	  padding-bottom: 5px;
	text-align:center;
}

#result_1 {
color: #2867C9;
font-weight: bold;
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:15px;*/
}

/* tooltip */

span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #89A4CC;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
span.question:hover { background-color: #3D6199; }
div.tooltip {
  background-color: #3D6199;
  color: White;
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
  text-shadow:none;
  font-size:12px;
}
div.tooltip:before {
  border-color: transparent #3D6199 transparent transparent;
  border-right: 6px solid #3D6199;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: -6px;
}
div.tooltip p {
  margin: 10px;
  color: White;
}
