/* Copyright (C) 2021, David Garber */

/*.highContrast.desktop .faceUp .cardRect.suit0 {
    fill:url(#redGradientHc);
}

.highContrast.desktop .faceUp .cardRect.suit1 {
    fill:url(#yellowGradientHc);
}

.highContrast.desktop .faceUp .cardRect.suit2 {
    fill:url(#greenGradientHc);
}

.highContrast.desktop .faceUp .cardRect.suit3 {
    fill:url(#blueGradientHc);
}

.highContrast.desktop .faceUp .cardRect.suit4 {
    fill:url(#purpleGradientHc);
}
*/

/*.highContrast .faceUp .rightPattern.suit0 {
    fill: none;
}

.highContrast .faceUp .leftPattern.suit1 {
    fill: none;
}

.highContrast .faceUp .rightPattern.suit1 {
    fill: none;
}

.highContrast .faceUp .leftPattern.suit2 {
    fill: none;
}

.highContrast .faceUp .rightPattern.suit2 {
    fill: none;
}

.highContrast .faceUp .leftPattern.suit3 {
    fill: none;
}

.highContrast .faceUp .rightPattern.suit3 {
    fill: none;
}

.highContrast .faceUp .leftPattern.suit4 {
    fill: none;
}

.highContrast .faceUp .rightPattern.suit4 {
    fill: none;
}

.highContrast .faceUp .leftPattern.suit0 {
    fill: none;
}
*/

.highContrast .faceUp .leftPattern.suit4 {
	fill: url(#pattern-cubes2);
}

.highContrast .faceUp .rightPattern.suit3 {
	fill: url(#pattern-cubes2);
}

.highContrast .shade {
	fill: black;
}

.highContrast .drip-shade {
	fill: black;
}

.highContrast .circles {
	stroke: black;
	stroke-width: 1px;
	fill: transparent;
}

.highContrast .faceUp .leftPattern.suit2 {
    fill:url(#pattern-vines2);
}

.highContrast .faceUp .rightPattern.suit1 {
    fill:url(#pattern-vines2);
}

.highContrast .ivy-leaf {
	fill: black;
}

.highContrast .ivy-vine {
	stroke: black;
	stroke-width: 0.3px;
	fill: transparent;
}

.highContrast .brick-lines {
	stroke: black;
    stroke-width: 1px;
}

.highContrast .faceUp .rightPattern.suit4 {
    fill:url(#pattern-bricks);
}

.highContrast .doneBox .cardDiv {
	width: 10px;
	xheight: 10px;
}