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;
}
canvas {
	opacity: 8;
}


div#toolbox {
	position: relative;
	width: 175px;
	float: right;
	z-index: 2;
	margin: 60px 7px 0px 0px;
	background: white;
	border: 1px solid black;
}

div#swap, p, input, div.info {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 75%;
	margin: 7px 10px 8px 10px;
}

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

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

input.text {
	width: 85px;
}

div#swap {
	width: 85px;
	font-size: 75%;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 12px;
	background: silver;
	position: relative;
}
div#alert {
width: 50%;
margin: auto;
padding: 10px 0px 10px 0px;
  position: absolute;
    left: 0; right: 0;
    z-index: 2;
    height: auto;
    text-align: center;
    
  background-color: #42C0FB;
  color: white;
}

.closebtn {
  margin-left: 15px;
  margin-right: 10px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/* eof */
