
body {
	margin: 0;
	height: 100%;
	background: gray;
}

div#container {
	position: absolute;
	width: 100%;
	height: 100%;
}

div#divMap {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1;
}
.table {
	width: 80%';
}
div#toolbox {
	position: relative;
  	text-align: center;
	font-size: 11px;
	font-family: Roboto Condensed', sans-serif;
	width: 250px;
	float: left;
	z-index: 2;
	margin: 50px 0px 0px 10px;
	background: rgba(0, 0, 0, 0.35);
    	color: white;
	border: 1px solid black;
	padding: 10px 10px 0 10px;
}

div#cc, div#swap, p, input, div.info {
	font-family: Roboto Condensed', sans-serif;
	font-size: 75%;
	text-align: center;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

input {
	margin: 1px;
}

input.button {
	font-size: 75%;
	width: 45px;
	margin: 0;
}

input.text {
	width: 85px;
}

div#swap {
	width: 45px;
	font-size: 75%;
	text-align: center;
	cursor: pointer;
margin-left: auto;
   margin-right: auto;
	margin-bottom: 1px;
	background: silver;
	position: relative;
}

div#pp, div#adiv {
	margin-bottom: 10px;
}

div#bdiv {
	position: fixed;
	width: 100%;
	z-index: 3;
	bottom: 32px;
}

div#cdiv {
	width: 468px;
	border: 1px solid black;
	background: white;
	margin-right: auto;
	margin-left: auto;
}

div#cc {
	font-size: 8pt;
	color: white;
	margin: 0;
	font-weight: bold;
	text-align: center;
}

div#cc a {
	color: white;
}

/* eof */

