.btn-remove {
    color:darkred;
}
.btn-remove:hover {
    color:tomato;
    cursor:pointer;
}


#tblRPPrintRequests tr:hover {
    cursor:pointer;
    background-color:rgba(255, 239, 65, 0.515);

}

.tableFixHead thead th {
    background-color:rebeccapurple;
    color:white;
    text-transform: uppercase;
    font-size:12px;

}

@media screen and (max-width: 480px) {
    body {
      background-color: lavender;
    }

    .navbar-brand {
        font-size: 12px;
    }

    .navbar-brand img {
        height: 15px;
    }
   

    .tableFixHead {
        overflow:auto;
        height:190px;
    }

    /* very specific settings to work with the Zebra TC8000 */ 
    .tableFixHead thead {
        position:fixed; 
        width:400px;
    }

    .tableFixHead tbody {
        padding-top:40px;
    }

    .tableFixHead thead th {
        position: sticky; 
        top: 0; 
        z-index: 1; 
        
        font-size:12px;
        
        
    }
  }