/* button
,input[type="text"]
,input[type="button"]
,input[type="submit"]
,select
,textarea
{
	border-radius: 0;
	-webkit-appearance: none;
} */

body {
	background-color: #fff;
}

a {
    cursor:pointer;
	outline:none;
}

#card{
	width: 172px;
	height: 251px;
	cursor :pointer;
	position: absolute;
	top: 0;
	left: 0;
}

input.card {
	position: absolute;
	top: 0;
	left: 0;
    /* display: none; */
}

#cover{
	width: 172px;
	height: 251px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.cover_off{
	background-color: rgb(0, 0, 0, 0);
}

.cover_on{
	background-color: rgb(0, 0, 0, 0.5);
}

td {
	border: 2px solid black;
	padding: 5px;
}
