body {
    min-width: 350px;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

p, blockquote {
	font-family: verdana,geneva,sans-serif;
	font-size: 0.85em;
}

blockquote {
	font-size: 1em;
}

.header-logo > img {
	/*: 240x;
	height: 51px;*/
	height: 5vh;
}

.language {
    float: right;
    width: 200px;
}

.content-separator {
    margin-top: 0px;
    margin-bottom: 10px;
}

.content-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.content-body-search {
    overflow-x: hidden;
}

.content-body-results {
    overflow-x: auto;
}

.content-gap {
    height: 30px;
}

.instructions {
	display: flex;
	justify-content: space-between;
}

.instructions-panels {
	height: 60vh;
	overflow-y: auto;
}

.list-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.list-group-item {
	padding-top: 17px;
	padding-bottom: 17px;
}

.list-group-item-heading {
	font-size: 1.1em;
}