* {
	box-sizing:border-box;
}

a {
	color: #337ab7;
  	text-decoration: none;
}
body{
	  line-height: 1.42857143;
}
p {
  margin: 0 0 10px;
}
#floating-map-panel {
	width: 300px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px;
	background-color: white;
	padding: 10px;
	font-family: Roboto, Arial;
	font-size: 13px;
	margin: 15px;
	background-color:rgba(255,255,255,0.93)
	}

.map-entry {
  margin-top:4px;
  margin-left:10px;
}

.map-entry div {
  display:inline-block;
}

.map-entry img {
  padding-right:10px;
  display: inline;
  font-size: 13px;
  height: 22px;
  padding-right: 10px;
  vertical-align: middle;
  width: 23px;
}

#terramara-text {
  max-width:220px;
}

#terramara-icon {
  float:left;
  padding-top:5px
}
.map-entry .btn {
  margin-left:20px;

}

#floating-map-panel div h2{
	font-family: 'Calligraffitti', Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif cursive;
	
	font-weight:500;
	font-size:200%;
	text-align:center;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-group-xs>.btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}