.inner-view {
  height: 87.5vh;
  overflow:auto;
 }

.inner-view-header {
    position: relative;
    height: 5vh;
    line-height: 3vh;
    padding: 1vh 1vw;
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.05);
 }

.inner-view-header-label {
  float: left;
}

.inner-view-header-menu-action {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
}

.inner-view-header-menu-action:active {
  color: white;
}

.inner-view-contents {
  height: 83vh;
  position: relative;
}

