/* GLOBAL */
html {
    height: 100px;
    min-height: auto;
}
body {
    min-height: auto;
    position:relative;
    font-size: 16px;
}
.timeEvolutionButton {
	display: none;
}
a[href]:after {
	content: none; 
} 
div.chart-question {
	height: 120px;
}
div.chart-container {
	text-align: center;
}
html body div div .panel-primary .panel-heading {
	background-color: #F5F5F5; 
}
html body div div .panel-primary .panel-heading .caption {
	font-size: 18px; 
}
#print-options,
ol.breadcrumb {
	display: none;
}
div.dont-break {
	page-break-before: always;
}
table.dataTable:last-child {
    page-break-after: auto;
}

