@font-face {
	font-family: "kg_primary_penmanshipregular";
	src: local(""),
		url("../fonts/KGPrimaryPenmanship-webfont.woff2") format("woff2"),
		url("../fonts/KGPrimaryPenmanship-webfont.woff") format("woff"),
		url("../fonts/KGPrimaryPenmanship-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "kg_primary_penmanship_2Rg";
	src: local(""),
		url("../fonts/KGPrimaryPenmanship2-webfont.woff2") format("woff2"),
		url("../fonts/KGPrimaryPenmanship2-webfont.woff") format("woff"),
		url("../fonts/KGPrimaryPenmanship2-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "kg_primary_penmanship_linedRg";
	src: local(""),
		url("../fonts/KGPrimaryPenmanshipLined-webfont.woff2") format("woff2"),
		url("../fonts/KGPrimaryPenmanshipLined-webfont.woff") format("woff"),
		url("../fonts/KGPrimaryPenmanshipLined-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "altfont";
	src: local(""),
		url("../fonts/OLD.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.fontForWriting {
	font-family: "kg_primary_penmanship_linedRg", sans-serif;
	font-size: 87px;
	color: #ddd;
}
.fontForWritingAlt {
	font-family: "altfont", sans-serif;
	font-size: 94px;
	color: #bbb;
}

#printableDisclaimer {
	font-size: 20px;
	background-color: #fcdeee;
	margin: 10px;
	padding: 10px;
	color: #000;
	text-align: left;
	border-radius: 10px;
}
#ulModeSelection {
    list-style-type: decimal;
}

#stamp {
	width: 100px;
	display: none;
}

#spanName,
#spanDate {
	text-decoration: underline;
}

#homeworkNameDate,
#homeworkInstructions {
	font-size: 24px;
	text-align: left;
	margin-bottom: 2mm;
	margin-left: 5mm;
}

#tablePrintable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.borderBottom {
	border-bottom: solid 1px #ccc;
}
.borderRight {
	border-right: solid 1px #ccc;
}

.cellImage,
.cellImage img,
.rowImages img {
	max-width: 150px;
	width: 150px;
}
.cellImage {
	font-size: 0;
	line-height: 0;
}
.cellSingleDot {
	font-size: 72px;
	width: 10px;
}
.cellEmpty {
	width: 45%;
}
.cellText {
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}

.cellSentence {
	text-align: left;
	font-size: 72px;
}
.cellTextMatching {
	padding-left: 10px;
}
.cellTextMulti,
.cellTextScrambled {
	font-size: 48px;
}
/*.cellTextMultiMissing {
	max-width: 250px;
	width: 250px;
}*/
.cellFindAndColor {
	text-align: center;
	border: solid 1px #ccc;
	height: 100px;
}
.pageBreak {
	page-break-after: always;
}
#spanDateInput {
	color: #c70039;
	background-color: #eee;
	font-size: 24px;
	margin-left: 10px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding-left: 4px;
	padding-bottom: 1px;
	/*    margin-right:10px;
    float:right;*/
}
#dateInput {
	background: none;
	border: none;
	color: #c70039;
	font-size: 20px;
	text-align: left;
}
.inlineOptions {
	font-size: 18px;
	margin-bottom: 5px;
}

.removed {
	display: none;
}

@media print {
	#topBar,
	#settingsContainerBasic,
	#buttonsContainer,
	#printableInfo,
	#settingsContainerFont,
	#spanDateInput {
		display: none;
	}
	body {
		margin: 8mm 10px 0;
		overflow: hidden;
	}
	#stamp.displayOn {
		display: block;
		position: absolute;
		top: 6mm;
		right: 6mm;
	}
	@page {
		size: A4;
	}
}

