div.card{
	border:1px solid black;
	width: 300px;
	padding: 5px 10px 10px 10px;
	text-align:center;
}
div.card table{
	width: 300px;
}
div.card table td{
	width: 50%;
}

#cardsArea div{
	float:left;
}
