table {
	padding: .2em;
	border-spacing: 0px;
	table-layout: fixed;
	width:100%;
}

table tr:nth-child(odd){
	background-color: #ffffff;
}

table tr:nth-child(even){
	background-color: #e7e7e8;
}

#Setup-Toolbar {
	padding: .5em .5em .5em 1em;
	
}
#add_players {
	clear: both;
}

#starting-hand {
	display: inline;
	padding: .5em 0em .5em 1em;
	float: left;
	width: 33%;
}

#teams-flip {
	display: inline;
	padding:.5em 0em .5em 1em;
	width: 33%;
	float: left;
}

#hand-counter {
	display: inline;
	padding: .5em 0em .5em 1em;
	float: left;
}

#randomize-dealer {
	display: inline;
	padding: .5em 0em .5em 1em;
	float: left;
}

thead{
	position:center;
}
caption{
	padding:1em;
	font-size:1.5em;
	font-style:bold;
}

.player_col {
	background-color: #b3dcfc;
}

.round{
	width: 5%;
	font-size: x-small;
}

.remove-btn{
	height:59px;
}

input[type=number]{
	border-radius: .3em;
	box-shadow: -3px -3px 5px 0px 4px rgba(50, 50, 50, 0.68) inset;
}

input[type=checkbox]{
	transform: scale(1.5);
}
