* {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
}

/* GUI Styles */
.dg.ac {
  padding: 8px 0 0 0 !important;
  margin: 0 !important;
  right: 0px !important;
  width: 100%;
}
.dg.ac div.main {
  position: absolute;
}
.dg.ac div.main:nth-child(1) {
  right: 0px;
}
.dg.ac div.main:nth-child(2) {
  right: 360px;
}
.dg.ac div.main:nth-child(3) {
  right: 720px;
}
.dg.ac div.main:nth-child(4) {
  right: 930px;
}
.dg.ac .close-button {
  padding-top: 5px !important;
  height: 25px !important;
}
.property-name {
  text-align: left;
}
/* GUI Styles END */
