.section_panel{
    height:85vh;
}

.list_selected_item_cell{
    background: #c7dfe5;
}

.list_viewed_item_cell{
    /*background: #c1e2b3;*/
    background: #00d6b2;
    color: white;
}

.list_viewed_item_cell:hover{
    background: #00d6b2;
    color: white;
}

.table-font{
    font-size: medium;
}

@media screen and (max-width : 2000px)
{
  .table-font
  {
    font-size: small;
  }
}