body {
  padding: 0;
  margin: 0;
}

body > * {
  height: 100%;
}

.nav {
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  background-color: cadetblue;
  color: white;
  z-index: 3000;
  top: 0;
  display: flex;
  flex-direction: row;
  & > div {
    flex: 1;

  }
  .left {
    text-align: left;
    padding-left: 15px;
  }
}

.react-listview-loading {
  line-height: 50px;
  display: inline-block;
  height: 50px;
}