body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}


/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Filterbar
 */

#filterbar {
	padding-top: 15px;
	background: #eee;
	padding-left: 20px;
	padding-right: 20px;
}
#conditions>div {
	padding: 10px 0;
}
#filterform {
	padding: 10px 0;
}
#filterbuttonwrap {
	height: auto;
	width: 100%;
	position: relative;
}
#filterbuttonline {
	background: #dee2e6;
	height: 3px;
	width: 100%;
}
#filterbutton {
	width: 200px;
	background: #dee2e6;
	padding: 5px 20px;
	margin-left: 2%;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
	//position: relative;
}
#filterbutton.arrowdown:after {
	content: "\25BE";
	float: right;
}
#filterbutton.arrowup:after {
	content: "\25B4";
	float: right;
}
figure {
    margin: 1rem 0 1rem !important;
}
pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}