.map {
  display: inline-block;
  position: relative;
  max-height: 100%;
  max-width: 100%;
}

.mapContainer {
  display: inline-block;
  position: relative;
  margin: auto auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mapFrame {
  display: inline-block;
  position: relative;
  display: block;
  margin: 10px 10px;
  max-height: 850px;
  max-width: auto;
  overflow: hidden;
}

.mapLevel {
  display: inline-block;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  z-index: 1;
}

.overlay {
  cursor: initial;
  height: 100%;
  overflow: auto;
  font-size: 0.8rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.mapLink {
  cursor: pointer;
  margin: 2px;
}

.navPanel {
  float: left;
  position: relative;
  display: block;
  margin: 10px 10px;
  max-height: 800px;
  width: 200px;
}

.navPanel .active {
  background: linear-gradient(to right,#141414,#333333,#141414);
  overflow: auto;
}

.roomLabel {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.roomLabelText {
  text-shadow: 1px 0 5px #000, 0 -1px 5px #000, 0 1px 5px #000, -1px 0 5px #000;
  font-size: 0.7rem;
  white-space: pre-line;
}

.descText {
  font-size: 0.8rem;
  padding-left: 10px;
  padding-right: 10px;
  white-space: pre-line;
}

.descTitle {
  font-size: 0.9rem;
  white-space: pre-line;
}

.token {
  height: 100%;
  width: 100%;
}

.tokenContainer {
  align-items: center;
  background-image: url("../resources/textures/papyrus.png");
  border-radius: 1px;
  background-size:100% 100%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  vertical-align: middle;
  height: 16px;
  z-index: 3;

  box-shadow: inset 0px 0px 1px 1px #444444;

  /*box-shadow: 0px 0px 1px 1px #444444;*/

}

.shadowed {
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(1px 0px 5px #000);
  -webkit-filter: drop-shadow(0px 1px 5px #000);
  -webkit-filter: drop-shadow(-1px 0px 5px #000);
  -webkit-filter: drop-shadow(0px -1px 5px #000);
	
}

.descQuote {
  font-size: 0.8rem;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  white-space: pre-line;
}

.line {
  background: linear-gradient(to right,#141414,#1F1F1F,#333333,#1F1F1F,#141414);
  height: 2px;
  width: 95%;
  margin: 10px;
}

.buffer {
  margin: 10px;
}