
.solitaire_window{
	width: 1000px;
}

.top_btns{
	width: 700px;
}
.solitare_zone {
	display: inline-block;
	float: left;
	width: 820px;
}
.solzone_l{
	display: inline-block;
	float: left;
	width: 80px;
	height: 200px;
}.solzone_r{
	display: inline-block;
	float: right;
	width: 80px;
	height: 200px;
}
.solitaire_table {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0 auto;
	width: 820px;
	padding-left: 5px;
}
.table_top{
	display: inline-block;
	margin-top: 0;
	width: 820px;
}
.card_place{
	display: inline-block;
	float: left;
	width: 71px;
	height: 96px;
	margin: 5px;
	border-radius: 7px;
	background-color: #009900;
}
.solitaire_card{
	border: 1px solid #999;
	border-radius: 7px;
}
.deck:hover{
	cursor: pointer;
}
.movable_card:hover{
	cursor: pointer;
}
