/*body {*/
/*	background-color: #338833;	*/
/*}*/
.solitaire_window{
	/*display: inline-block;*/
	width: 930px;
	/*height: 480px;*/
}

/*.container-fluid {*/
/*}*/
/*.top_window{*/
/*	display: inline-block;*/
/*	font-size: 22px;*/
/*	margin-bottom: 2px;*/
/*}*/
/*.game_name{*/
/*	color: yellow;*/
/*}*/
/*.link_text, .logo_top{*/
/*	color: blue;*/
/*}*/
/*.link_text:hover {*/
/*	text-decoration: underline;*/
/*	cursor: pointer;*/
/*}*/
.top_btns{
	width: 880px;
	/*height : 25px;*/
	/*margin: 0 auto;*/
	/*font-size: 20px;*/
}
/*.top_btn{*/
/*	display: inline-block;*/
/*	float: left;*/
/*	margin: 2px 5px;*/
/*}*/
/*#main_btn{*/
/*	padding-left: 17px; */
/*	padding-right: 17px; */
/*}*/
/*.num_of_suits{*/
/*	float: left;*/
/*	margin: 4px 5px 10px 5px;*/
/*	font-weight: bold;*/
/*	font-size: 22px;*/
/*}*/
/*.num_of_shiftcards{*/
/*	float: left;*/
/*	margin: 4px 5px 10px 5px;*/
/*	font-weight: bold;*/
/*	font-size: 22px;*/
/*}*/
/*.info_right{*/
/*	display: inline-block;*/
/*	float: left;*/
/*	padding: 3px;*/
/*	color: yellow;*/
/*}*/
/*.info_moves {*/
/*	display: inline-block;*/
/*	float: left;*/
/*	margin-left: 10px;*/
/*}*/
/*.info_moves_txt{*/
/*	display: inline-block;*/
/*	float: left;*/
/*}*/
/*.solitaire_window_mid{*/
/*	display: block;*/
/*	margin-top: 10px;*/
/*}*/

.solitare_zone {
	display: inline-block;
	/*float: left;*/
	width: 780px;
	height: 480px;
}
.solzone_l{
	display: none;
	float: left;
	width: 100px;
	height: 400px;
	writing-mode: tb-rl;
	font-size: 30px;
	font-weight: bold;
	color: red;
}
/*.solzone_l_in{
	display: none;
	height: 500px;
	background-color: #4f4
}*/
.solzone_r{
	display: inline-block;
	float: right;
	width: 60px;
	height: 200px;
}
.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: 139px;
	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;
}
/*.solitaire_rules_txt{*/
/*	display: none;*/
/*	position: fixed;*/
/*	top: 70px;*/
/*	left: 50%;*/
/*	width: 500px;*/
/*	height: 400px;*/
/*	margin-left: -250px;*/
/*	z-index: 888;*/
/*	font-size: 16px;*/
/*	font-weight: bold;*/
/*	background-color: #eee;*/
/*	border: 3px solid #333;*/
/*	border-radius: 7px;*/
/*	overflow: scroll;*/
/*	padding: 3px;*/
/*}*/
/*.solitaire_rules_txt h4{*/
/*	text-align: left;*/
/*}*/
/*.happy_end{*/
/*	display: none;*/
/*	position: fixed;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	width: 300px;*/
/*	height: 300px;*/
/*	margin-top: -150px;*/
/*	margin-left: -150px;*/
/*	z-index: 888;*/
/*	font-size: 22px;*/
/*	font-weight: bold;*/
/*	color: #0f0;*/
/*	background-color: yellow;*/
/*	border: 3px solid #0f0;*/
/*	border-radius: 7px;*/
/*}*/
/*.bad_end, .empty_top_info {*/
/*	display: none;*/
/*	position: fixed;*/
/*	top: 70px;*/
/*	left: 50%;*/
/*	width: 300px;*/
/*	height: 200px;*/
/*	margin-left: -100px;*/
/*	z-index: 888;*/
/*	font-size: 22px;*/
/*	font-weight: bold;*/
/*	color: #282;*/
/*	background-color: #aaa;*/
/*	border: 3px solid #111;*/
/*	border-radius: 7px;*/
/*}*/