body{
	font-family: Helvetica, Lucida Sans Unicode, sans-serif;
}

.header {
	background-color: aliceblue;
	margin-bottom: 12px;
	padding: 1px 2px;
	background-clip: border-box;
	border-radius: 6px;
}

.header h1 {
	font-size: xx-large;
	color: DodgerBlue;
    max-width: 300px;
	/* cursor: pointer; */
	font-weight: 300;
	margin-top: 12px;
}

.header .breadcrumbRow {
    display: flex;
    padding: 5px;
}

/* Style the list */
ul.breadcrumb {
    padding: 0;
    list-style: none;
	flex-grow: 1;
	margin: auto;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 2px;
    color: #777;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: none;
}


h3 {
	font-weight: initial;
}

a.title {
	color:black;
}

a.subtitle {
	color: DodgerBlue !important;
}

a {
	color: #909090;
	line-height: 135%;
	text-decoration: none;
}

.links a {
	margin: 2px 0;
	display: block;
	width: max-content;
}

.links a:hover {
	background-color: #C1DCF4;
}

.icon {
	width: 24px;
	height: 24px;
}

button, input, pre, select {
	display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 3 3 3 0;
}

select {
    padding: 4px 10px;
}

input[type='range'] {
    padding: 0;
}

button:disabled {
	background-color: #ccc !important;
}

button:hover {
	background-color: #ddd;
	cursor: pointer;
}
table {
	border-spacing: 0;
}
td {
    padding: 3px;
}
td:first-child {
	padding-left: 6px;
}
td:last-child {
	padding-right: 6px;
}
tr:nth-child(even) {background: #EEE}
tr:nth-child(odd) {background: #FFF}
