.more-link a {
  border: 1px solid green;
  padding: 10px;
  margin: 10px 0;
}
.views-view-responsive-grid.views-view-responsive-grid--horizontal {
  margin-bottom: 20px;
}
nav ol {
  list-style: none;
  border: 1px solid green;
  padding: 10px;
  margin: 20px 0;
  text-align: center;
}

canvas + canvas {
	display: none;
}
.layout--twocol-section {
	display: flex;
	flex-wrap: nowrap !important;
}
.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second, .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
	flex: 0 1 75% !important;
	padding-right: 32px;
	box-sizing: border-box;
}

.views-field.views-field-name,
.releaf-link {
	background: green;
	padding: 5px;
	display: block;
}
.views-field.views-field-name a,
.releaf-link a {
	display: block;
	color: white;
	text-decoration: none;
}
.views-field.views-field-name a:hover,
.releaf-link a:hover {
	text-decoration: underline;
}
.releaf-card {
	border: 1px dotted green;
	padding: 5px;
	margin-bottom: 20px;
}

.qr canvas {
	width: 100%;
}
.qr .views-row {
	width: 170px;
	border: 1px dotted green;
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 2em;
	margin-right: 1em;
}

.qr .map .views-row {
	width: 100%;
	border: none;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 2em;
	margin-right: 0;
}
.qr .view-content {
	display: flex;
	flex-wrap: wrap;
}

.qr .map .view-content {
	display: block;
	flex-wrap: none;
}
.view-body-with-creator a {
	color: green;
	text-decoration: none;
}
.qr .view-header a,
.qr .view-content a {
	color: green;
	text-decoration: none;
	margin-bottom: 1em;
	display: block;
}

.qr .map .view-header a,
.qr .map .view-content a {
	color: green;
	text-decoration: none;
	margin-bottom: 1em;
	display: block;
}

.qr .view-header a:hover,
.qr .view-content a:hover {
	text-decoration: underline;
}
.views-element-container.block {
	padding-bottom: 2em;
}
.views-label.views-label-field-w-a-s-t-e-words {
	display: block;
	font-weight: bold;
	margin-top: 3em;
}
.views-field.views-field-field-w-a-s-t-e-words canvas {
	width: 125px;
	margin-top: 10px;
}
.views-field.views-field-field-w-a-s-t-e-words ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-left: 0;
}
.views-field.views-field-field-w-a-s-t-e-words li {
	list-style-type: none;
	padding: 10px 10px 5px;
	border: 1px dotted green;
	width: 125px;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 1em;
}

ul.inline li.statistics-counter,
.statistics-counter,
.field.field--name-title.field--type-string.field--label-hidden,
.field.field--name-uid.field--type-entity-reference.field--label-hidden,
.field.field--name-created.field--type-created.field--label-hidden {
    display: none !important;
}

thead tr {
    border: 0;
    display: none;
}
