.card {
    font-size: 90%;
    float: left;
    width: 40%;
    margin: 1em 1%;
    padding: 4px;
    border: solid 2px black;
}
#vs {
    margin-top: 200px;
    float: left; 
}

span.click {
    cursor: pointer; cursor: hand;
}
span.click:hover {
    color: #6666ff;
}

#cardhidden {
    visibility: hidden;
}
#picture {
    text-align: center;
}
#instruction {
    font-size: 150%;
    margin: 0.5em auto;
}
input {
    font-size: 100%;
}
.count {
    float: right;
    margin: 0;
    font-size: 83%;
}

.ff_title {
	font-weight: bold;
}

