.ff-table {
    width: 100%;
}

.ff-table thead {
    background: #c40000;
    color: white;
}

.ff-table a {
    color: #000;
    text-decoration: none;
}

/* Modal */
.ff-modal {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    top:0;
    left:0;
}

.ff-modal img {
    display:block;
    margin:100px auto;
    max-width:300px;
}