@media print {
	.grid * {
		display: none;
	}
	@page {
		margin: 0.5cm;
	}
	.printNavButton {
		display: none;
	}
	.printArea * {
		line-height: 1.3;
		width: auto;
		height: auto;
		overflow: visible;
		visibility: visible;
		widows: 4;
		orphans: 4;
	}
	.printHeader, .printRoster, .printRules, .printAnnotations {
		page-break-after: auto;
		orphans: 3;
		widows: 3;
	}
	.printRosterRow {
		page-break-after: avoid;
		orphans: 3;
		widows: 3;
	}
}

.previewArea {
	display: none;
	font-family: "Verdana", cursive;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	min-width: 1174px;
	padding-bottom: 50px;
}

.printArea {
	position: relative;
	min-width: 800px;
	width: 94%;
	padding-bottom: 50px;
}

.printNavButton {
	font-size: 60%;
	width: 50px;
	height: 10px;
	border: 2px solid #986F12;
	border-radius: 6px;
	padding: 10px;
	z-index: 100;
	cursor: pointer;
}

.printNavButton:hover {
	background: #986F12;
	border-radius: 6px;
	color: #FFFFFF;
	z-index: 100;
}

.previewButtonBack {
	position: absolute;
	right: 10px;
	top: 50px;
	text-align: center;
	z-index: 100;
}

.previewButtonPrint {
	position: absolute;
	right: 10px;
	top: 90px;
	text-align: center;
	z-index: 100;
}


.rosterRowFlag{
	display: none;	
}

.buttonFlag{
	border: 2px #FFFFFF solid;
	width: 25px;
	float: right;
	opacity: 0.2;
}

.imgFlag{
    width: 70px;
    height: 40px;
    margin: 5px;
    border: 1px #000000 solid;
}
    
.buttonFlag:hover {
	opacity: 1;
	border: 2px #000000 solid;
	border-radius: 5px
}


#printHeader {
	height: 150px;
}

.printSummary {
	position: relative;
	width: 30%;
	height: 80px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}


.printTitle {
	position: relative;
	height: 80px;
	padding-top: 20px;
	width: 35%;
	float: left;
}

.printNation {
	text-align: center;
}

.printFormation {
	text-align: center;
	font-weight: 800;
}


.printPlayerName {
	text-align: center;
	height: 40px;
}

.printPlayerNameTextBox {
	text-align: center;
	border-top: 0px white solid;
	border-left: 0px white solid;
	border-right: 0px white solid;
	border-bottom: 1px gray solid;
}

.printPlayerNameTextBox:hover {
	border-bottom: 1px red solid;
}


.printUnitNameTextBox {
	width: 80%;
	text-align: center;
	border-top: 0px white solid;
	border-left: 0px white solid;
	border-right: 0px white solid;
	border-bottom: 1px #cbcbcb solid;
}

.printUnitNameTextBox:hover {
	border-bottom: 1px red solid;
}


.printPs,
.printRecon,
.printMotivation,
.printSupply,
.printRisk {
	clear: left;
	float: left;
	width: 150px;
	border-bottom: 1px solid #000000;
}

.printPsValue,
.printReconValue,
.printMotivationValue,
.printSupplyValue,
.printRiskValue {
	float: left;
	width: 50px;
	border-bottom: 1px solid #000000;
}




#printRoster {
	font-size: 70%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: realtive;
}

.printRosterTable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000000;
	text-align: center;
}


.printRosterHeader {
	padding: 2px;
	border: 2px solid #000000;
}

.printCellHeader {
	padding: 1px;
	border: 2px solid #000000;
	letter-spacing: -1px;
}


.printCell {
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border: 1px solid #000000;
}

.printCell>.quota {
	display: none;
}

.printSize {
	max-width: 90px;
	max-height: 45px;
	font-size: 200%;
}

.printClass {
	max-width: 90px;
	max-height: 45px;
}


.printOptionsName {
	max-width: 300px;
	max-height: 45px;
	margin-left: 20px;
	text-align: left;
	display: list-item;
}


.printOrder {
	max-width: 20px;
	max-height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.printStar {
	max-width: 20px;
	max-height: 20px;
}


.printRuleHeader {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 120%;
	font-weight: 800;
	border-bottom: 1px solid #000000;
}

.printRuleName {
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 5px;
	font-size: 90%;
	font-weight: 800;
}

.printRuleText {
	font-size: 70%;
	margin-left: 10px;
	padding: 5px;
}


.printAnnotationHeader {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 120%;
	font-weight: 800;
	border-bottom: 1px solid #000000;
}

.printAnnotation {
	clear: both;
}

.printAnnotationSignImg {
	float: left;
	padding-left: 20px;
	max-width: 15px;
	max-height: 15px;
}

.printAnnotationValueImg {
	float: left;
	max-width: 15px;
	max-height: 15px;
	padding-right: 20px;
}

.printAnnotationText {
	float: left;
	width: 90%;
	font-size: 70%;
}


.printSeparator {
	border-bottom: 1px solid #000000;
	width: 100%;
}