.raffle-item {
    position: relative;
    display: block;
}

.raffle-item img {
    width: 75px;
    height: 75px;
}

.raffle-item i.signed {
    display: none;
}

.raffle-item.signed i.signed {
    display: inline-block;
}

.feedback-box {
    display: none;
}

.feedback-box.in {
    display: block;
}

.signup-box {
    display: block;
}

.signup-box.out {
    display: none;
}

.signed-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .5);
    display: none;
}

.raffle-item.signed .signed-overlay {
    display: block;
}

.thumb-button {
    position: relative;
    background-position: center;
    background-size: auto 80%;
    background-repeat: no-repeat;
    width: 100%;
}

.thumb-button:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}


.ak86-container {
    width: 100%;
}

.ak86-container table {
    width: 100%;
}

.ak86-container table th {
    text-align: left;
}