body {
	background-color: rgba(4,113,206, 1);
}

.card {
	width: -webkit-calc( 100% / 5 );
	width: -moz-calc( 100% / 5 );
	width: -ms-calc( 100% / 5 );
	width: -o-calc( 100% / 5 );
	width: calc( 100% / 5 );
}

.lane {
	background-color: rgba(185,222,252, 1);
	border: 4px solid rgba(89,177,252, 1);
}

.wall {
	background-color: rgba(89,177,252, 1);
	border: 0;
}

.part {
	border: 2px solid rgba(89,177,252, 1);
}

.part.centre {
	background-color: rgba(4,113,206, 1);
}

.part.opponent {
	background-color: rgba(4,113,206, 0.6);
}

.opponenthand .card {
	background-image: url(http://vignette1.wikia.nocookie.net/starwars/images/7/71/Redstarbird.svg/revision/latest?cb=20080228205026);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

}

.playerhand .card {
	background-image: url(http://vignette2.wikia.nocookie.net/starwars/images/8/80/MP-ATAT.png/revision/latest?cb=20140412215825);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.playerhand .card {
	color: rgba(4,113,206, 1);
}