.companion-inline-expanded {
  height: 300px;
  width: 100%;
  display: flex;
}

.companion-inline-expanded-details {
  background: rgba(0,0,0,0.06);
  width: 20px;
}

.companion-inline-expanded-flight-history {
  height: 100%;
  flex: 1;
  border: 1px solid grey;
}

.companion-common-flights-number {
  font-size: 2rem;
  font-weight: 800;
  /*color: rgba(255,50,50,1);*/
  color: #FFCE00;
}

.companion-row-selected, .companion-row-selected:active{
  background: rgba(45,156,219, 0.5);
}

.companion-table-row {
  display: flex;
  padding: 0px 20px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  font-size: 1.3rem;
  /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
  /*background: rgba(0,0,0,0.05);*/
  color: white;
}