.mouse-lewat td:hover{
	cursor: pointer;
}

.mouse-lewat-1 div:hover{
	cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.table td.fit, 
.table th.fit {
  white-space: nowrap;
  width: 2%;
}

.div_gambar:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.div_gambar:hover .card-img-top {
    transform: scale(1.05);
}

.card-img-top {
    transition: transform 0.3s ease;
}


