.display-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background-color: #fafafa;
}
.content-top-display{
  width: 100%;
  padding: 1rem 0;
}
.display-content-header{
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
}
/*
.result{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
.column{
  font-size: 18px;
  font-family: sans-serif;
  padding: .2rem .5rem;
}
.row:nth-child(even){
  background-color: #8f8f8f;
}
.main-list{
  cursor: pointer;
}
.main-list:hover {
    background-color: #f5f5f5;
}
.main-list.active {
    background-color: #e0f7fa;
    font-weight: bold;
}
.individual-result {
    background-color: #fafafa;
}
.ind-column{
  padding: 0 .5rem;
}
.mid{
    text-align: center;
}
