
.card {
	width: 180px;
	height: 252px;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	font-weight: normal;
	
	text-align: left;
	font-family: Helvetica;
	position: relative;
	line-height: 1;
	color: black;
}

.card .selectionNumber {
	position: absolute;
	font-size: 18px;
	bottom: 5px;
	left: 10px;
}

.card.onScreen {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	margin: 5px;
	background: white;
	
	border: 1px solid black;
	border-radius: 10px;
}

body.imageGeneration {
	margin: 0;
	padding: 0;
	background: #f00;
}

.card.imageGenerationWithBorders {
	border: 1px solid black;
	border-radius: 10px;
	margin: 10px;
}

.card.imageGeneration {
	width: 196px;
	height: 268px;
	border: 9px solid white;
	margin: 10px;
}

.card.imageGeneration.question, .card.imageGeneration.questionBack {
	border-color: black;
}

body.printedSheet {
	text-align: center;
}

.card.printedSheet {
	margin: 0;
	padding: 10px;
	height: 210px;
	zoom: 90%;
}

.printedSheet .cardFooter {
	display: none;
}

.card.printedSheet.question, .card.imageGeneration.questionBack {
	border: 1px solid #888;
	background: #202020;
}

.card.printedSheet.answer, .card.printedSheet.answerBack {
	border: 1px solid #888;
}


.card.onScreen:hover {
	-webkit-transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	z-index: 100;
}

.cardFooter {
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-size: 5.5pt;
}

.pick2img {
	position: relative;
	width: 20px;
	top: 4px;
	vertical-align: baseline;
}

.blank1, .blank2 {
	position: relative;
}

.blank1::after {
	content: "1";
	display: block;
	position: absolute;
	left: 11px;
	top: -1px;
}
.blank2::after {
	content: "2";
	display: block;
	position: absolute;
	left: 11px;
	top: -1px;
}

.card.pick2 .cardFooter,
.card.kingOfClubs .cardFooter
{
	right: auto;
	left: 8px;
}

.card.back .cardFooter
{
	display: none;
}

.card.back .backTitle
{
	font-size: 15pt;
	text-align: center;
	position: relative;
	top: 58px;
}

.card.back .backText
{
	top: 95px;
	font-size: 18pt;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
}

.title {
	font-weight: bold;
	font-size: 11pt;
	min-height: 35px;
	pointer-events: none;
}

.cardHolder {
	display: inline-block;
	width: 185px;
	height: 280px;
	margin-bottom: 30px;
	margin-right: 10px;
	vertical-align: top;
}

.cardHolder .tags {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.card.question, .card.questionBack {
	background: black;
	color: white;
}

.card.rules {
	background: white;
}

.card.rules .explanation {
	font-size: 7pt;
}

.card.answer, .card.answerBack {
	background: white;
}

.card.answer.tagged, .card.answerBack.tagged {
	background: yellow;
}

.card.giantFont .title {
	font-size: 24pt;
	padding-top: 10pt;
	text-align: center;
}

.card.constantVigilance .title {
	font-size: 23pt;
	padding-top: 10pt;
	text-align: center;
}

.rules .gameName {
	text-align: center;
}

.rules .authorshipNote {
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

.card .explanation {
	margin-top: 15px;
	/*font-style: italic;*/
	font-size: 8pt;
	line-height: 1;
	text-align: justify;
	pointer-events: none;
}

.card .rules {
	position: absolute;
	bottom: 8px;
	right: 10px;
	pointer-events: none;
}

.rules .explanation {
	text-align: justify;
}

.card .quoteAttribution {
	text-align: right;
	margin-top: 5px;
	font-style: italic;
}

.card .closeQuoteAttribution {
	text-align: right;
	margin-top: 0;
	font-style: italic;
}

.tagLink {
	margin-right: 5px;
	cursor: pointer;
	display: inline-block;
}

.card.qualia {
	font-weight: bold;
	color: red;
}

.card.sideways .title {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	top: 110px;
	position: absolute;
	white-space: pre;
}

.card.sideways .cardFooter {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	position: absolute;
	bottom: auto;
	right: -25px;
	top: 45px;
}

.card.excludedMiddle .left {
	position: absolute;
	left: 10px;
}

.card.excludedMiddle .right {
	position: absolute;
	right: 10px;
}

.card.anchoringBias .anchorNumber {
	position: absolute;
	bottom: 35px;
	text-align: center;
	font-size: 13pt;
	left: 0; right: 0;
}

.kingOfClubs .title {
	text-align: center;
	top: 90px;
	position: relative;
}

.kingOfClubs .king, .kingOfClubs .club {
	font-size: 18px;
	position: absolute;
}
.kingOfClubs .topLeft {
	left: 8px;
}
.kingOfClubs .topLeft.king {
	top: 6px;
}
.kingOfClubs .topLeft.club {
	top: 22px;
}
.kingOfClubs .bottomRight {
	-webkit-transform: rotate(180deg);
	right: 8px;
}
.kingOfClubs .bottomRight.king {
	bottom: 6px;
}
.kingOfClubs .bottomRight.club {
	bottom: 22px;
}

.analogiesBetweenSingularityAnd .explanation {
	margin-top: 14px;
	font-size: 6pt;
}

.analogiesBetweenSingularityAnd table,
.oneMicromort table
{
	border-spacing: 0;
}

.analogiesBetweenSingularityAnd .header td,
.oneMicromort .header td
{
	border-bottom: 1px solid black;
}
.analogiesBetweenSingularityAnd td,
.oneMicromort td
{
	padding: 2px;
}
.analogiesBetweenSingularityAnd td:first-child,
.oneMicromort td:first-child
{
	border-right: 1px solid black;
}


.card.smallFont .explanation {
	font-size: 7pt;
}

.card.verySmallFont .explanation {
	font-size: 6pt;
}

.card.closerToTitle .explanation {
	margin-top: -7px;
}

.card.smallTitleFont .title {
	font-size: 10pt;
}

.cardParagraph {
	margin-bottom: 5px;
}

p {
	margin-bottom: 5px;
	margin-top: 0;
}

sup {
	vertical-align: top;
	font-size: 5.5pt;
}

.inline {
	display: inline-block;
}

.cardDisplay.stacked {
	position: relative;
	left: -150px;
	top: 80px;
	margin-right: -140px;
}

.cardDisplay.offsetDown {
	position: relative;
	top: 40px;
}

.contraCard td {
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}
