﻿.lbow_overview_top {
  height: 80vh;
  position: fixed;
  top: 200px;
  left: 50px;
  transform: scale(0.3) translateY(-50%);
}
.lbow_overview_top .ship {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1233px;
  z-index: 1;
}
.lbow_overview_top .shipper {
  position: absolute;
  top: -2000px;
  left: -950px;
  height: 8233px;
  z-index: 0;
}
.lbow_overview_top .warnarea1 {
  position: absolute;
  top: 125px;
  left: 68px;
  height: 933px;
  transform-origin: 64px 1040px;
  transform: rotate(0deg);
  z-index: 3;
}
.lbow_overview_top .armleft {
  position: absolute;
  top: 6px;
  left: 100px;
  height: 1100px;
  transform-origin: 63px 1052px;
  transform: rotate(0deg);
  z-index: 2;
}
.lbow_overview_top .warnarea2 {
  position: absolute;
  top: -661px;
  left: 207px;
  height: 1604px;
  transform-origin: 0px 799px;
  transform: rotate(0deg);
  z-index: 5;
}
.lbow_overview_top .armright {
  position: absolute;
  top: 24px;
  left: 110px;
  height: 224px;
  transform-origin: 102px 121px;
  transform: rotate(0deg);
  z-index: 4;
}

.lbow_overview_front {
  height: 80vh;
  position: fixed;
  top: 50px;
  left: 50px;
  transform: scale(0.3) translateX(-100%);
  display: none;
}
.lbow_overview_front .left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 524px;
}
.lbow_overview_front .right {
  position: absolute;
  top: 109px;
  left: 600px;
  height: 259px;
}

#chatscreen #chat {
  height: 75vh;
  position: relative;
}
#chatscreen #chat #messages {
  overflow-y: scroll;
  border: 1px solid black;
  padding: 10px;
  height: 90%;
  z-index: 1;
}
#chatscreen #chat #messages .me {
  max-width: 100%;
  margin-left: auto;
}
#chatscreen #chat #messages .other {
  max-width: 100%;
  margin-right: auto;
}
#chatscreen #chat #textinput {
  position: absolute;
  bottom: 0px;
  padding: 0px;
  background-color: white;
  width: 100%;
  height: 40px;
  z-index: 2;
}
