.table-hover.table-gray tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
	/*cursor: pointer;*/	
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.card .table tr:last-child td {
    border-bottom: 1px solid #dee2e6;
} 
.table td, .table th {
    vertical-align: middle;
}

.page-content-container .table a, .page-content .table a{
    color: #666;
}