@CHARSET "ISO-8859-1";
@page {
  size: A4 auto;
}
@media print {

	html {
		-webkit-print-color-adjust: exact;
	}
	
	form {
		display: none;
	}
}

body {
	font-family: sans-serif;
	font-size: 12px;
}


h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

img {
	margin-bottom: 1em;
}

li {
	font-size: 12px;
	margin-bottom: 0.3em;
}

.weekday-name {
	text-align: center;
	width: 180px;
	font-weight: bold;
	background-color: #6BB4D2;
	color: white;
	font-size: 12px;
}

.weekday {
	text-align: center;
	width: 180px;
	font-weight: bold;
	background-color: #e9ecef;
}

.month {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #3A9BC5;
}

.calendar {
	margin-bottom: 3em;
}	

table, th, td {
	border: 1px solid black;
}	

.partido, .tempo {;
	font-weight: bold;
}

tr.partido-tempo {
	height: 16px;
}

.ui-panel .ui-panel-content {
	padding: 0px;
}

.ui-panel {
    padding: 0px;
}

table.content {
	background-color: white;
}

table.weekday {
	border: 0px;
}

td.day {
	background-color: #F8F8E2;
}

.tempo-total {
	font-weight: bold;
}

fieldset.parametros {
	width: 200px;
	margin-right : auto;
	margin-left: auto;
	margin-top: 5em;
}

#content {
	max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.subtitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
