#promotion_black, #promotion_white {
    display: none;

    img {
        cursor: pointer;
        width: 80px;
    }

    img:hover {
        opacity: 0.7;
        background-color: #efefef;
    }
}

#result_message {
    display: none;
}