/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 body{
    width:98%;
    margin:auto;
    padding:10px;
}

tr{
   border: 1px solid black !important;
}

td{
  padding:10px !important;
}

a.button{
    color: black;
    background-color: lightgrey;
    text-decoration: none;
    border-radius: 5px;
    border:none;
}

a.button:hover{
   background-color:darkgrey;
}
