#jane-premium-admin {
  .line-height-one {
    line-height: 1;
  }

  .hidden {
    display: none;
  }

  .edit-modal {
    position: absolute;
    top: 50px;
    left: 500px;
    background: white;
    padding: 20px;
    border: black solid 1px;
  }

  .bold {
    font-weight: bold;
  }
}
