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

body {
	/* Padding top for navbar */
	/* Margin bottom for footer height */
	margin-bottom: 60px;
	background: #eee;
}

section {
	padding: 150px 0;
}

img {
	max-width: 100%;
}


pre, code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

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;
}

blockquote {
        padding: 10px 20px;
        margin: 0 0 20px 20px;
        border-left: 5px solid #eee;
        font-style: italic;
}

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

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

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

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

/* Plugins */
.plugin {
	margin-top: 3rem;
}

.plugin-label {
	font-size: 1em;
	text-transform: uppercase;
}

.plugin ul {
	list-style: none;
	padding: 0 0 0 10px;
}

a.button {
  display: inline-block;
  background-color: #408ca3;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  padding: 10px 15px;
}

img {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
}
.fx-table-1, .fx-table-2 {
  border-collapse: collapse;
  width: 100%;
}
.fx-table-2 {
  table-layout: fixed;
}
.fx-table-1 td, .fx-table-1 th, .fx-table-2 td, .fx-table-2 th {
  border: 1px solid #fff;
  padding: 12px;
  vertical-align: middle;
}
.fx-table-1 td p:last-child, .fx-table-1 th p:last-child, .fx-table-2 td p:last-child, .fx-table-2 th p:last-child {
	margin-bottom: 0;
}
.fx-table-1 tr:nth-child(even), .fx-table-2 tr:nth-child(even) {
  background-color: #ebf3f5;
}
.fx-table-1 th, .fx-table-2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #3b89a0;
  color: white;
}
.frame-space-before-extra-small {
  margin-top: 0.5rem;
}
.frame-space-before-small {
  margin-top: 1rem;
}
.frame-space-before-medium {
  margin-top: 2rem;
}
.frame-space-before-large {
  margin-top: 3rem;
}
.frame-space-before-extra-large {
  margin-top: 5rem;
}
.frame-space-after-extra-small {
  margin-bottom: 0.5rem;
}
.frame-space-after-small {
  margin-bottom: 1rem;
}
.frame-space-after-medium {
  margin-bottom: 2rem;
}
.frame-space-after-large {
  margin-bottom: 3rem;
}
.frame-space-after-extra-large {
  margin-bottom: 5rem;
}
.fx-box .col-12 {
  padding: 0.5rem;
}
.fx-box .frame-default {
  position: relative;
  background-color: #599bae;
  height: 100%;
  padding: 0.75rem;
  color: #fff;
}
.fx-box header, .fx-box header h1, .fx-box header h2, .fx-box header h3, .fx-box header h4, .fx-box header a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.fx-box .frame-default a {
  color: #fff;
  text-decoration: underline;
}
.fx-box .frame-default a[data-info-lnk] * {
  pointer-events: none;
}
.fx-box .ce-center figure.image {
  display: flex;
  min-height: 7rem;
}
.fx-box .ce-center .ce-gallery img, .fx-box .ce-center .ce-gallery a {
  display: block;
  margin: auto auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 6rem;
  text-decoration: none;
}

#content {
  border: 1px solid #666;
  padding: 1rem;
  background: #fff;
}
