
#gridview{
	overflow-y: scroll;
	height:calc(100% - 200px);
	padding-left: 5px;
	padding-right: 5px;

}
.gridtable{
	width:100%;
}

.gridcell{
	padding:20px;
	padding:4px;
	padding-top:0px;
	padding-bottom: 0px;
	height:180px;
}

.selectedMask {
	background-image: url('../icons/check.png');
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index:1;
}

.discardMask {
	background-image: url('../icons/x-bomb.png');
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index:1;
}

.gridcell > .cardWrapper{
	z-index:0;
}