body {
	min-width: 855px;
	background-image: url("../img/table.jpg");
}

.split {
	visibility: hidden;
}

.dealer {

}

.dealer img {
	width: 70px;
	margin-bottom: 1%;
}

.dealer img:hover + #help{
	display: block;
}

#help {
	display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  color: rgba(0,255,0,1);
  z-index: 10;
  padding: 12px;
  box-sizing: border-box;
}

.dealArea {
	min-height: 150px;
	border: solid 1px white;
}

.largeRow {
	max-width: initial;
	width: 81%;
}

.comment {
	padding: 5px;
	color: yellow;
	font-size: 1.5em;
	min-height: 2em;
}

.playerBank {
	text-align: center;
}

.bank, .bankWord {
	margin-top: 5px;
	margin-right: 10px;
	color: orange;
}

.betButton, .betAmt {
	text-align: center;
}

.hit,
.double,
.split,
.stand {
	width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.smallImg {
	position: relative;
	max-height: 128px;
	margin: 10px;
}

.sitDownContent {
	background-image: url("http://previews.123rf.com/images/schan/schan1111/schan111100204/11499989-granite-background-seamless-repeat-pattern--Stock-Photo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 50%;
	background-color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 12px;
}

.sitDownContent p, 
.sitDownContent h1 {
	color: lime;
}

#sitDown {
	text-align: center;
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

.submitBankAmt {
	margin: 5% 0;
	font-size: 2em;
	width: 100%;
}

.red {
	border: solid 3px red;
}

#swapSides {
	float: right;
}