#companion-table {
  height: 83vh;
}
#companion-table-contents{
  height: 74vh;
  position: relative;
  overflow-y: auto;
}

.companion-view-table-header {
  position: relative;
  height: 50px;
  padding: 0 20px 0 10px;
  display: flex;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  background: white;
  color: rgba(0,0,0,0.5);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}

.companion-view-table-row {
  display: flex;
  padding: 0 10px;
}

.companion-view-table-row:hover {
  background: rgba(0,0,0,0.1);
  cursor: pointer;
}

.companion-view-table-col {
  flex: 1;
  line-height: 50px;
}

.companion-view-table-contents {
  height: calc(100% - 50px);
  overflow-y: scroll;
}
#companion-filter-box{
  float: right;
  height: 3vh;
  color: black;
}
