.difunt {
    cursor: pointer;
    color: #e42313;
}
.btn {
    background: none repeat scroll 0 0 #e42313;
    border: 0 none;
    color: white;
    text-shadow: none;
    transition: background 0.1s linear 0s;
}
.btn:hover {
    background-color: #111111;
    color: white;
}
.btn:active {
    box-shadow: none;
}
.btn.opendata {
    margin-top: 20px;
}
.btn.opendata.btn-large {
    margin-top: 50px;
}
.btn:hover {
    transition: background 0.1s linear 0s;
}
table#results tbody tr {
    cursor: pointer;
}