body {
  background-color: #338833;
}
body:fullscreen {
  background-color: #338833;
}
body::backdrop {
  background-color: #338833;
}
.container{
  background-color: #338833;
  min-height: 200%;
/*  height: inherit;*/
}
/*default solitaire_window - every solitaire has own*/
.solitaire_window{
  display: inline-block;
  width: 750px;
  height: 480px;
}
.solitaire_window .google-auto-placed {
  display: none;
}
.solitaire_top {
  position: relative;
}
.top_window{
  display: inline-block;
  font-size: 22px;
  margin-bottom: 2px;
}
.game_name{
  color: yellow;
}
.btn-fullscreen{
  position: absolute;
  top: 8px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  z-index: 100;
}
body:fullscreen {
  overflow: scroll !important;
}
body:-ms-fullscreen {
  overflow: scroll !important;
}
body:-webkit-full-screen {
  overflow: scroll !important;
}
body:-moz-full-screen {
  overflow: scroll !important;
}
.link_text,
.logo_top,
.logo_top a {
  color: #3cf;
  font-size: 22px;
}
.link_text:hover {
  text-decoration: underline;
  cursor: pointer;
}
/*default: top_btns wudth*/
.top_btns{
  width: 700px;
  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,
.num_of_shiftcards,
.num_of_select,
.num_of_shuffle,
.shufle_remains{
  float: left;
  margin: 3px 5px 4px 5px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.num_of_suits select,
.num_of_shiftcards select,
.num_of_select select,
.num_of_shuffle select,
.shufle_remains select{
  background: forestgreen;
  height: 30px;
  border: 2px solid #ccc;
}

.info_right{
  display: inline-block;
  float: left;
  padding: 3px;
  color: yellow;
}
/*info_moves float, every solitaire - left or right*/
.info_moves {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.info_moves_txt{
  position: relative;
  float: left;
}
.solitaire_window_mid{
  display: inline-block;
  margin-top: 10px;
}

.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: #ffc;
  border: 3px solid #333;
  border-radius: 7px;
  overflow: scroll;
  padding: 8px;
}
.solitaire_rules_txt h4{
  text-align: left;
  color: #333;
}

.close_32 {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
.close_32:hover {
  opacity: 1;
}
.close_32:before,
.close_32:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close_32:before {
  transform: rotate(45deg);
}
.close_32:after {
  transform: rotate(-45deg);
}

.red_text{
  color: #f00;
}
.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;
}

.hide-div{
  margin-left: -9999px;
  margin-top: -9999px;
  display: block;
}
#hide-div{
  display: block;
}


