body {
  /*position: absolute;*/
  overflow: hidden;
  background: transparent url('../img/wavegrid.png');
}

#record-header {
  position: absolute;
  top: 52px;
  height: 56px;
  line-height: 56px;
  left: 0;
  right: 0;
  margin: 0;
  /*padding: 5px 0;*/
  display: flex;
}

#record-header h1 {
  display: inline-block;
  font-size: 18px;
  line-height: 56px;
  padding: 0;
  margin: 0;
  text-align: center;
  flex: auto;
}

#main {
  position: absolute;
  border-top: 2px solid #ccc;
  top: 108px;
  bottom: 0;
  left: 0;
  right: 0;
}

.globe-view {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

.globe-view.left {
  left: 0;
  border-right: 1px solid #999;
}

.globe-view.right {
  right: 0;
  border-left: 1px solid #999;
}

.globe-label {
  display: block;
  position: absolute;
  z-index: 101;
  top: 4px;
  /*height: 28px;*/
  left: 0;
  right: 0;
  text-align: center;
}

.globe-label span {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4px;
}