/*CSS for cell : linkologyListLayout*/

.item-on-list
{
    position: absolute;
    z-index: 700;
  /*  border: thin solid  #7D3BBB;*/
  border: thin solid #7D3BBB;
   /* background-color: rgb(10, 90, 90);   */
   /* #9469bc;*/
    background-color:  #7D3BBB;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.item-on-list:hover
{
    cursor: pointer;
    border: thin solid #7D3BBB;
    background-color: #5905a7;
    transform: scale(1.02);
}