
.top_btns{
  width: 890px;
}

.info_moves{
  float: right;
  color: yellow;
  margin: 5px;
}

.solitare_zone {
}
.solitaire_table {
	margin: 0 auto;
	width: 900px;
	padding-left: 5px;
	position: relative;
}

.table_top{
	display: inline-block;
	margin-top: 0;
	width: 900px;
}
.card_place{
	display: inline-block;
	float: left;
	width: 71px;
	height: 96px;
	margin: 5px;
	border-radius: 7px;
	background-color: #009900;
}
.deck_place{
	display: inline-block;
	float: left;
	margin: 5px 10px 5px 5px;
	width: 75px;
	height: 146px;
	border: 3px solid yellow;
	border-radius: 7px;
	background-color: #003300;
	color: yellow;
}
.solitaire_card{
	border: 1px solid #999;
	border-radius: 7px;
}
.deck:hover{
	cursor: pointer;
}
.movable_card:hover{
	cursor: pointer;
}
