@page {
	margin: 30px 0px 10px 0px;
}

@font-face {
   font-family: Felipa;
   src: url('/font/Felipa-Regular.otf');
}

.sheet {
	margin: 0px auto 0px auto;
	max-width: 768px;
	padding: 0;
	text-align: center;
}

.sheet .titLftImg {
	float: left;
}

.sheet .titRgtImg {
	float: right;
}

.sheet .titleImg img {
	max-width: 150px;
	max-height: 85px;
}

.title1 {
	font: 28px/30px Felipa;
	font-family: nunitoSansBold;
}

.title2 {
	margin-top: 5px;
	font: 20px/22px;
}

.date {
	margin-top: 5px;
	font: 16px/18px;
	margin-bottom: 20px;
}

.sheet .matchList table {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.sheet .matchList table th {
	font-size: 12px;
	line-height: 14px;
	font-family: nunitoSansBold;
	border: 1px solid #CCCCCC;
	border-bottom: 2px solid;
	margin: 0px !important;
	padding: 5px 5px;
}

.sheet .matchList table td {
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0px 5px 5px;
	font-size: 14px !important;
	line-height: 20px;
}

.sheet .matchList table tr:nth-child(even) {
	background: #EEEEEE;
	-webkit-print-color-adjust: exact;
}

.sheet .matchList table th:first-child {
	width: 60px;
}

.sheet .matchList table th:nth-child(2) {
	width: 60px;
}

.sheet .matchList table td.vs {
	font-family: nunitoSansBold;
	font-style: italic;
	padding: 0px 5px;
}

.sheet .matchList table td span.hc {
	font-size: 11px;
}

.sheet .matchList table td p.squadName {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-decoration: underline;
	font-style: bold;
	letter-spacing: 1px;
	font-family: nunitoSansBold;
}

.sheet .matchList table td p.player {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.sheet .matchList table td p.tee {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 12px;
	line-height: 14px !important;
	padding-left: 5px;
}