.navbar-logo{
    display: inline-block;
    vertical-align: middle;
    width: 70px;  
  }

  .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color:#e3f2fd;
  }




  .footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(12,12,101,1) 59%, rgba(0,212,255,1) 100%);
color: white;
text-align: center;
}

.foot { 

display: inline-block; line-height: 40px; vertical-align: top;


}

.img { display: inline-block;  }


.siteFooterBar {

width: 100%;
box-shadow: 0px 0px 25px rgb(2,0,36);
height: 40px;
color: #9B9B9B;
background: #F3F3F3;
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(12,12,101,1) 59%, rgba(0,212,255,1) 100%);
}




