body {
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	padding:1em;
	margin:auto;
	max-width:42em;
	background:#fefefe;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0.4em 0 0.4em 0;
}

h1 {
	color: #000000;
	font-size: 28pt;
}

h2 {
	border-bottom: 1px solid #dedede;
	color: #000000;
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	color: #777777;
	background-color: inherit;
	font-size: 14px;
}

hr {
	height: 1px;
	margin: 16px 0px;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

p, blockquote, ul, ol, dl, li, table, pre {
	margin: 15px 0;
}

a, a:visited {
	color: #4183C4;
	background-color: inherit;
	text-decoration: none;
}

#message {
	border-radius: 6px;
	border: 1px solid #ccc;
	display:block;
	width:100%;
	height:60px;
	margin:6px 0px;
}

button, #ws {
	font-size: 10pt;
	padding: 6px 9px;
	border-radius: 5px;
	border: 1px solid #bbb;
	background-color: #eee;
	cursor: pointer;
}

code, pre, #ws, #message {
	font-family: Monaco;
	font-size: 10pt;
	border-radius: 3px;
	background-color: #F8F8F8;
	color: inherit;
}

code {
	border: 1px solid #EAEAEA;
	margin: 0 2px;
	padding: 0 5px;
}

pre {
	border: 1px solid #CCCCCC;
	overflow: auto;
	padding: 4px 8px;
}

pre > code {
	border: 0;
	margin: 0;
	padding: 0;
}

#ws { background-color: #f8f8f8; }

.send { color:#77bb77; }
.server { color:#7799bb; }
.error { color:#AA0000; }


/* custom part */

input {
	padding: 4px;
	font-size: 0.9em;
}

table {
	width: 100%;
}

th.extend {
	width: 70%;
}

td.value {
	text-align: right;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	margin-bottom: 0;
}

ul.tabs li.active{
	background: #ededed;
	color: #222;
}

.tab-content{
	display: none;
	background: white;
	padding: 15px;
}

.tab-content.active{
	display: inherit;
}

.collapsed {
	display: none;
}

.toggle-cont {
	background: #efefef;
	padding: 0px 10px 8px 10px;
}

.nb-archive {	
	color: #a2067e;
}

#login .entry {
	margin: 20px 10px 20px -10px;
	display: flex;
	justify-content: end;
}

.entry .pad1 {
	flex: 1;
}

.entry .pad2 {
	flex: 2;
	justify-content: flex-end;
	display: flex;
}

#login  {
    margin: 20px auto;	
}

#login label {
	display: inline-block;
	text-align: right;
	margin-right: 8px;
	width: 130px;
}

.message {
	border: 1px solid #dedede;
	line-height: 1.4em;
	padding: 22px;	
	color: #555;
}

.note {
	color: #777;
	font-size: 0.9em;
}