body {
	background-color: #477148;
}

p {
	color: white;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 1.2em;
}

a {
	color: white;
	text-decoration: none;	
}

.playArea {
	width: 589px;
	height: 300px;
	margin: 10px auto;
}

.playArea p {
	padding-top: 0.6em;
	padding-right: 1em;
	margin: 0;
	text-align: right;
}

#card {
	background-color: white;
	height: 240px;
	width: 171.42px;
	border-radius: 10px;
	margin: 10px;
	margin-left: -90px;
	display: inline-block;
	box-shadow: 1px 1px 5px black;
}

#card #value {
	font-size: 2.8em;
	padding-left: 0.4em;
	padding-top: 0.2em;
}

#card #inner {
	width: 141.42;
	height: 210px;
	margin: 15px;
	background: repeating-linear-gradient(
	  45deg,
	  red,
	  red 10px,
	  white 10px,
	  white 20px
	);
}

#card.first {
	margin-left: 10px;
}

.S, .C {
	color: black;
}
.D, .H {
	color: red;
}

#playerControls {
	background-color: #476148;
	border-radius: 10px;
	width: 589px;
	height: auto;
	margin: 10px auto;
	padding: 0.2em;
	text-align: center;
}

.button {
	border: none;
	color: black;
	background: white;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 0.5em 1.2em 0.5em 1.2em;
	font-size: 0.8em;
}

#playerControls p {
	font-size: 1.2em;
}

#playerControls #inGame {
	display:none;
}

#gameFeedback p {
	font-size: 1.1em;
}

#scores {
    display: none;
	position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 1em;
    width: 300px;
    text-align: right;
    font-size: 0.8em;
}
