.carnotavailable {
    opacity: 0.45;    
}

.carnotavailable:hover{
    cursor: not-allowed;
}

.carnotavailable a.button {
    background-color: grey;
}

.carnotavailable a.button:hover {
    cursor: not-allowed;
}