html, body {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
}

p {
	margin-bottom:14px;
	line-height: 1.4rem;
}

a {
	color: var(--main-link-color);
	text-decoration: none;
}

a:hover {
	color: var(--main-link-hover-color);
}

#loader {
	height: 100%;
	width: 100%;
	text-align: center;
}

#loader img {
	max-width: 50%;
}

#no-events {
	height: 100%;
	width: 100%;
	text-align: center;
}

#no-events img {
	max-width: 50%;
}