html {
	height: 100%;
}

body {
	min-height: 100%;
	padding-top: 60px;
}

main {
	opacity: 1;
	transition: opacity 0.2s;
}

.loading main {
	opacity: 0;
}

.fixed {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.level {
	margin: 0 -14px;
}

.level.is-mobile .level-item:not(:last-child) {
	margin-right: 0;
}

.level .button {
	padding: 10px 14px;
}

a {
	color: #121212;
}

.select:not(.is-multiple):not(.is-loading):after {
	border-color: #181818 !important;
}

.section.stacked + .section.stacked {
	padding-top: 0;
}

.hero-body.no-padding-bottom {
	padding-bottom: 0;
}

.hero-body.chart {
	margin-bottom: -50px;
}

.canvas-wrapper {
	height: calc(150px + 10vh + 18vw);
	margin-left: -10px;
	margin-bottom: -10px;
}

.table th.short {
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap !important;
	text-overflow: ellipsis;
}
