* {
  font-family: monospace;
  font-size: 12px;
}

body {
  border: none;
  margin: 0;
}

#globus {
  position: fixed;
  left: 2px;
  top: 0px;
  right: 0px;
  bottom: 80px;
  /*border: 1px solid #e8e8e8;*/
  overflow: hidden;
  z-index: 0;
}

#globus-actions {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /*
  height: 80px;
  line-height: 80px;
  */
  text-align: center;
  z-index: 5;
  background-color: #dedbdb59;
  border-left: 14px solid #7d7d7d;
  height: 80px;
}

[data-action], [data-transition], [data-reset] {
  display: inline-block;
  margin: 5px 5px 10px 5px;
  padding: 0 10px 0 10px;
  border: 1px solid #b5b5b5;
  line-height: 20px;
  background-color: #cccccc;
  cursor: pointer;
}

#info {

}

#countries {
  overflow-y: scroll;
}

#countries .country {
  padding: 2px;
  cursor: pointer;
}

#countries .country-selected {
  background-color: #00bcd4;
}

#selections {
  
}

#selections .selection {
  padding: 2px;
  cursor: pointer;
}

#selections .selection-selected {
  background-color: #00bcd4;
}

#message {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #e7e7e7;
  /*width: 600px;*/
  max-height: 600px;
  overflow-y: auto;
  line-break: anywhere;
  /*border: 1px solid #999999;*/
}

#message > div {
  padding: 8px;
}

#globus-zoom {
  position: fixed;
  bottom: 140px;
  right: 20px;
  cursor: pointer;
}

#globus-zoom div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin-top: 6px;
  border: 1px solid #dadada;
  text-align: center;
  font-size: 24px;
  color: #808080;
  background-color: #efefef;
}

#globus-popup {
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  position: absolute;
}

#left {
  position: fixed;
  left: 0px;
  top:  0px;
  bottom: 80px;
  width: 230px;
  z-index: 5;
  background-color: #dedbdb78;
  border-left: 14px solid #7d7d7d;
  overflow-y: hidden;
}

.headline {
  font-weight: bold;
  background-color: #7d7d7d;
  padding: 2px;
}

#info, #selections, #countries {
  padding: 2px;
}

#info, #selections {
  margin-bottom: 10px;
}

#canvas {
  background-color: white;
}

.bold {
  font-weight: bold;
}