.mapEditors {
  width:100%;
  padding: 2px;
  margin-left:4px;
  color: #aaaaaa;
  overflow: auto;
  min-width:200px;
  background-color: black;
  opacity: 0.8;
}

.mapEditorTitle{
  position: absolute;
  top:10px;
  left:0px;
  border: none;
  width:100%;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  text-decoration: none;
  background-color:black;
  color:white;
  text-align: center;
}

.mapEditorCoord{
  position: absolute;
  top:36px;
  border: none;
  margin: 0px;
  padding: 2px;
  font-size: 12px;
  background-color:black;
  color:white;
  text-align: center;
  border-radius: 8px;
}
.mapEditorDetail{
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  border-radius: 5px; 
  font-size: 20px;
  text-decoration: none;
}
.editors {
  width:100%;
  minHeight:100%;
  padding: 2px;
  margin-left:4px;
  color: #aaaaaa;
  overflow: auto;
  min-width:200px;
  background-color: black;
  opacity: 0.8;
  display:grid;
  grid-template-rows: auto auto;
}

.editorTitle{
  position: absolute;
  top:10px;
  left:0px;
  border: none;
  width:100%;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  text-decoration: none;
  background-color:black;
  color:white;
  text-align: center;
}

.editorCoord{
  position: absolute;
  top:36px;
  border: none;
  margin: 0px;
  padding: 2px;
  font-size: 12px;
  background-color:black;
  color:white;
  text-align: center;
  border-radius: 8px;
}Í
.editorDetail{
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  border-radius: 5px; 
  font-size: 20px;
  text-decoration: none;
  display:flex;
  flex-grow:1;
  height:100vh;
}
.editorBtn{
  display:inline;width:20px;height:20px;z-index:3;float:right;
  border-radius:4px;
  background-color:black;
  font-size:1.2em;
  border:0px/*1px solid #4040FF*/;
  cursor:pointer;
  margin-left: 2px;
  margin-right: 2px;
}
.editorSvg{
  border-radius:4px;
  background-color:white;
  font-size:1.2em;
  border:0px/*1px solid #4040FF*/;
  width:30px;
  height:20px;
  cursor:default;
}
.editorRow{
  display:grid;
  grid-template-columns: 160px 0px auto;
}
.editorRowAdd{
  display:grid;
  grid-template-columns: 140px 20px auto;
}
.editorInstrRow{
  padding-left:4px;
  padding-right:4px;
  display:grid;
  grid-template-columns: 40px 20px auto;

}
