* {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0
}

body {
	color: #666;
	font-family: 'Reforma2018', Arial, sans-serif;
	font-size: .9rem;
	line-height: 1.6em;
	width: 100%;
	max-width: 650px;
	text-rendering: geometricPrecision
}

.highcharts-title {
	fill: #222;
	font-style: italic;
	font-size: 1.1rem !important;
	line-height: 1.5rem !important
}

text {
	fill: #666;
	color: #666;
	font-variant-numeric: lining-nums
}

.container {
	margin: 30px auto 0;
	padding: 20px 0
}

.container-ua {
	height: 330px;
	margin: 20px auto 0;
	padding: 10px 0;
	border-bottom: 1px dotted
}

#voto-por-coeficiente {
	height: 600px
}

#voto-por-claustro {
	height: 400px
}

#voto-por-facultad {
	height: 350px
}