/* Cards */
	/* Card Holder */
		.card_holder, .card_holder_corner_top  {
/*
		width:75px;	min-width:75px; max-width:75px;
			height:75px; min-height:75px; max-height:75px;
			cursor:pointer;
*/
			}


	.card_holder {
		background-color:lightblue;	
		padding-top:5px;
	}

	.card_holder_top {
		background-color:lightcyan;	
		border-bottom:1px solid black;
		padding:10px;

/*
		padding-top:10px;
		padding-bottom:10px;
		height:100px;
		max-height:100px;
		
*/
	}
	
	#grid .runs{
		height:90px;
		min-height:90px;
	}

	#grid .piles{
		height:260px;
		min-height:260px;
	}
	
