/* styles ported from the userscript, obsolete */

h3 {
	display: inline-block;
	margin: 4px;
}
.app-window {
	position: absolute;
	border: none;
	/* right: 6px; */
	/* top: 54px; */
	z-index: 999;
	box-shadow: 1px 1px 2px 2px black;
	background-color: #1a2d2d;
	color: #dadada;
	font-family: Verdana,sans-serif;
	font-size: 7.5pt;
}
.app-message {
	position: sticky;
	bottom: 20px;
	right: 20px;
}
.app-header {
	
}
.app-body {
	
}
.app-footer {
	
}
.app-section-container {
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.app-section-header {
	height: 22px;
	padding: 2px;
	background-color: #555862;
	color: #dadada;
	font-weight: bold;
}
.app-section-body {
	display: block;
	margin: 0px;
	padding: 0px 4px;
	border: none;
	background-color: #d4dce8;
	color: #2e2e2e;
	height: auto;
	max-height: 2000px;
	overflow: hidden;
	transition: max-height 200ms ease;
}
.app-tab-wrapper {
	
}
.app-content-wrapper {
	width: 300px;
	height: auto;
	overflow: hidden;
	max-height: 1200px;
	transition: max-height 200ms ease;
	background-color: #d4dce8;
	color: #2e2e2e;
}
.app-tab {
	cursor: pointer;
	background-color: #919bad;
	border: 2px outset #919bad;
}
.app-tab-active {
	background-color: #d4dce8;
	border: 2px inset #d4dce8;
}
.app-content {
	display: none;
}
.app-content-active {
	display: block;
}
.app-buttons {
	
}
.app-button {
	
}
.app-options {
	
}
.app-option {
	
}
.app-radio-options {
	
}
.app-radio-option {
	
}
.app-counter {
	font-weight: bold;
	color: #2e2e2e;
}
.app-collapse-button {
	cursor: pointer;
	padding: 0px;
	margin: 2px;
	border: none;
	color: black;
	background-color: transparent;
	font-size: 9pt;
	float: right;
}
.app-collapse-button:hover {
	color: white;
	background-color: grey;
}
.app-close-button {
	cursor: pointer;
	padding: 0px;
	margin: 2px;
	border: none;
	color: black;
	background-color: transparent;
	font-size: 9pt;
	float: right;
}
.app-close-button:hover {
	color: white;
	background-color: red;
}
.app-tag-container {
	display: block;
}
.drag-handle {
	display: block;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 1px 2px;
	background-color: #021a1a;
	color: #dadada;
	cursor: grab;
}
.field {
	display: inline-block;
	width: 180px;
	height: 18px;
	margin: 4px;
	font-family: inherit;
	font-size: 9pt;
}
.fixed {
	height: 240px;
	overflow-y: scroll;
}
.link {
	font-weight: bold;
	color: #2e2e2e;
}
