/*****************************************************
	Esconde os elementos que 
	não precisam ser impressos
*****************************************************/

#navegacao,
#box-atendimento-fundep,
#form-busca,
#mn-principal,
#breadcrumbs,
#rodape,
.carousel-control {
	display: none;
}

/*****************************************************
	Define padrões de layout para impressão
*****************************************************/
body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

address, pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px !important;
	font-style: normal;
}

pre {
	word-break: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
}

.conteudo {
	background: transparent;
	border: 0;
	/*border-top: 1px solid #930;*/
	color: black; 
	float: none !important;
	margin: 0;
	padding-top: 1em;
	width: auto; 
}

a:link, a:visited {
	background: transparent;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

div.conteudo img {
	vertical-align: bottom;
}

fieldset {
	border: 0 none;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 15px;
}
	ul li, ol li {
		
	}

table {
	border-collapse: collapse;
	margin-bottom: 15px;
}
	table th, table td {
		border: 1px solid #000;
		border-collapse: collapse;
		padding: 3px;
	}
	table th {
		font-weight: bold;
		text-align: left;
	}

.rodape {
	margin-top: 30px;
}

#lista-turmas, #lista-selecoes {
	margin: 0;
	padding: 0;
}
	#lista-turmas dt, #lista-selecoes dt {
		font-weight: bold;
		margin: 0 0 5px;
	}

#lista-turmas dd, #lista-turmas #lista-cursos dd, #lista-selecoes dd, #lista-selecoes #lista-cursos dd {
	display: block !important;
}
