a {color: #575756; text-decoration: none;} 
   
a:hover {text-decoration: underline;}

#table table { 
    /* padding-top: 10px;  */
    width: 100%;
    max-width: 700px; 
    vertical-align: center;
} 
#box { 
    width: 100%;
    padding-top: 20px; 
    max-width: 800px;
} 
       
#table table th {  
    /* padding: 10px;  */
    background-color: #575756; 
    color: #fff; 
    text-align: center;
    
} 
   
 #table table td { 
    vertical-align: middle;
    text-align: center;
} 

/* allows whole cell to be link if cell content is link
    #table table a {
    display: flex;
    justify-content: center;
    text-decoration: none;
  }
   */

#item_free { 
    vertical-align: middle;
    text-align: center;
    background-color: rgba(87, 170, 28, 0.75);
}

#item_borrowed { 
    vertical-align: middle;
    text-align: center;
    background-color: rgba(163, 38, 56, 0.75);
}

#item_owned { 
    vertical-align: middle;
    text-align: center;
    background-color:#dce61b8e;
}

/* #table button{
    color: #db0d0d4f; 
} */

