body {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
}

#content {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	overflow: auto;
	background-color: transparent;
	background-image: none;
	width: 1400px;
	height: 100%;
	margin: auto;
	z-index: 1;
}

.board {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	justify-content: center;
	border: black solid 1px;
	z-index: 0;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	align-items: flex-end;
	background-color: #603916;
	background-repeat: no-repeat;
	color: yellow;
	cursor: pointer;
	background-size: 77px 70px;
}

.board_selected {
	border-color: yellow;
}

.player_board {
	background-size: 132px 120px;
}

.quartetts {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	justify-content: center;
	z-index: 0;
	padding: 0px;
	margin: 0px;
	top: 10px;
	left: 165px;
	font-size: 24px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	align-items: flex-end;
	background-color: #603916;
	background-repeat: no-repeat;
	color: yellow;
	cursor: pointer;
	font-size: 32px;
	background-size: 77px 70px;
}

.card_quartett_1 {
	display: flex;
	position: absolute;
	width: 63px;
	height: 100px;
	top: 12px;
	z-index: 9;
	color: red;
	background-color: blue;
	opacity: 0.8;
	border: 1px solid white;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	background-size: cover;
}

.card_quartett_2 {
	display: flex;
	position: absolute;
	width: 63px;
	height: 100px;
	left: 135px;
	z-index: 9;
	color: red;
	background-color: blue;
	opacity: 0.8;
	border: 1px solid white;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	background-size: cover;
}

.card_quartett_3 {
	display: flex;
	position: absolute;
	width: 63px;
	height: 100px;
	top: 85px;
	z-index: 9;
	color: red;
	background-color: blue;
	opacity: 0.8;
	border: 1px solid white;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	background-size: cover;
}

.card_quartett_4 {
	display: flex;
	position: absolute;
	width: 63px;
	height: 100px;
	left: 22px;
	z-index: 9;
	color: red;
	background-color: blue;
	opacity: 0.8;
	border: 1px solid white;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	background-size: cover;
}

.card_thumb {
	display: flex;
	position: absolute;
	width: 30px;
	height: 50px;
	top: 118px;
	z-index: 9;
	color: red;
	background-color: blue;
	opacity: 0.8;
	border: 1px solid white;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 16px;
}

#card_big {
	display: flex;
	position: absolute;
	width: 381px;
	height: 600px;
	top: 180px;
	z-index: 9;
	color: red;
	border: 1px solid white;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 46px;
	cursor: pointer;
	background-size: cover;
}

#svgload {
	position: absolute;
	left: 37px;
	top: 0px;
	width: 80px;
	height: 20px;
}

.card {
	display: flex;
	position: absolute;
	top: 60px;
	width: 95px;
	height: 150px;
	z-index: 9;
	color: red;
	background-color: blue;
	border: 1px solid white;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	align-items: baseline;
	text-align: left;
	justify-content: left;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	background-size: cover;
}

.ask_for {
	display: flex;
	position: absolute;
	top: 240px;
	width: 95px;
	height: 150px;
	z-index: 9;
	color: red;
	background-color: blue;
	border: 1px solid white;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	align-items: baseline;
	text-align: left;
	justify-content: left;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	background-size: cover;
}

.card_selected {
	color: yellow;
}

#message {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	width: 51%;
	left: 24%;
	top: 45%;
	z-index: 11;
	color: rgb(0, 0, 0);
	background-color: #F5C98A;
	border-radius: 10px;
	border: 10px solid #603916;
	overflow: hidden;
	margin: auto;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

.ui-dialog-titlebar {
	background-color: #603916;
}

.ui-dialog-title {
	color: white;
}

#player {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	width: 190px;
	left: 40px;
	top: 240px;
	height: 150px;
	z-index: 10;
	color: rgb(0, 0, 0);
	background-color: #F5C98A;
	border-radius: 10px;
	border: 10px solid #603916;
	overflow: hidden;
	margin: auto;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	align-items: center;
}

#send_request {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	width: 190px;
	left: 520px;
	top: 240px;
	height: 150px;
	z-index: 10;
	color: rgb(0, 0, 0);
	background-color: #F5C98A;
	border-radius: 10px;
	border: 10px solid #603916;
	overflow: hidden;
	margin: auto;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	align-items: center;
}

#deck {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 300px;
	top: 250px;
	width: 800px;
	height: 460px;
	z-index: 9;
	color: black;
	overflow: hidden;
	background-color: #F5C98A;
	border: 10px solid #603916;
	border-radius: 30px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 2% 2% 2% 2%;
	justify-content: center;
	align-items: center;
}

#info {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 24%;
	top: 25%;
	width: 51%;
	height: 55%;
	z-index: 9;
	color: black;
	overflow: hidden;
	background-color: #F5C98A;
	border: 10px solid #603916;
	border-radius: 30px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 2% 2% 2% 2%;
	justify-content: center;
}

#ok {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 71%;
	left: 62%;
	width: 8%;
	height: 5%;
	z-index: 10;
	color: #603916;
	overflow: hidden;
	border: solid #603916 5px;
	border-radius: 99px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#close {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 5px;
	left: 725px;
	width: 50px;
	height: 50px;
	z-index: 10;
	color: #603916;
	overflow: hidden;
	border: solid #603916 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

table {
	border-spacing: 30px 0px;
}

th, td {
	text-align: right;
}

div {
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
}

#player_count-button {
	left: 1200px;
	top: 130px;
	width: 100px;
	position: absolute;
}

#tipp {
	left: 1050px;
	top: 130px;
	width: 100px;
	height: 33px;
	font-size: 16px;
	position: absolute;
	cursor: pointer;
}

#newgame {
	left: 60px;
	top: 130px;
	width: 100px;
	height: 33px;
	font-size: 16px;
	position: absolute;
	cursor: pointer;
}

#tfk {
	left: 1050px;
	top: 60px;
	height: 50px;
	font-size: 28px;
	font-family: 'Lato', sans-serif!important;;
	position: absolute;
	text-decoration: underline;
	position: absolute;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

#tfk a {
	padding-left: 15px;
	padding-right: 15px;
}

@-webkit-keyframes blink{

    0%{ opacity:0;}
    100%{opacity:1;}
}

@-moz-keyframes blink{

    0%{ opacity:0;}
    100%{opacity:1;}

}

@keyframes blink{

    0%{ opacity:0;}
    100%{opacity:1;}

}