html
{
	position: relative;
	min-height: 100%;
}

body
{
	padding-top: 56px;
	margin-bottom: 60px;
}

section
{
	padding: 150px 0;
}

img
{
	max-width: 100%;
}

pre
{
	background: #eee;
	padding: 10px;
}

table
{
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead
{
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr
{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th, td
{
	padding: 0.5em 1em;
}

h1.title,
h2.title
{
	font-size: 2.3rem;
	color: #000000;
}

.paginator
{
	margin-top: 20px;
	margin-bottom: 80px;
}

img.nav-svg-icon
{
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link
{
	font-size: 0.8em;
}

footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

.mini-logo
{
	height: 22px;
	padding-bottom: 5px;
}

header.welcome
{
	padding: 100px 0;
}

section.home-page:nth-child(even)
{ 
	background: #fafafa;
}

.page-cover-image
{
	background-size: cover;
	background-position: center;
}

.video-embed
{
	overflow:hidden;
	padding-bottom: 56.25%; /* 16:9 */
	position:relative;
	height:0;
}

.video-embed iframe
{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
