/*
.broken {
    color: #ff1100;
    text-shadow: 0px 0px 2px #ffaa00;
}
*/

.broken {
    color: gray;
    text-decoration: line-through;
}

.imagelink {
    border: 0px;
    text-decoration: none;    
}

.wf-cover {
    height: 80%;
    margin-bottom: 0.5em;
    border: 1px solid black;
}