html, body {
  height: 100%;
  color: #5a5a5a;
  background: #ffffff;
}

#page-container {
	position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

.page-header {
    padding-top:60px;
    background-color:#fff;
}

textarea.form-control {
	/* font-family: Menlo,Monaco,Consolas,"Courier New",monospace; */
	font-size: large;
    height: 350px;
}
.form-control {
	overflow: scroll;
	height: 350px;
	font-size: large;
	word-wrap: break-word;
}
code {
	color: #2493ca;
}
.url-protocol  {
	font-weight: bold;
	color: #000;
}
.url-protocol-delimiter   {
	font-weight: bold;
	color: #000;
} 
.url-host  {
	font-weight: bold;
	color: #000;
}
.url-path  {
	font-weight: bold;
	color: #000;
}
.url-query-delimiter  {
	font-weight: bold;
	color: #000;
}
.url-query-param-name  {
	font-weight: bold;
	color: #000;
}
.url-query-param-assign  {
	font-weight: bold;
	color: #000;
}
.url-query-param-value  {
	font-weight: bold;
	color: #000;
}
.url-hash-delimiter  {
	font-weight: bold;
	color: #000C33;
} 
.url-hash  {
	font-weight: bold;
	color: #000;
}


.lngd-highlight {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	color: #f00;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.example {
  width: auto;
  color: #000000;
  background-color: #f1f1f1;
  border: 1px solid #ebebeb;
  padding: 1.2%;
  border-radius: 4px;
  line-height: 1.15em;
  word-wrap: break-word;
  margin-bottom: 12px;
  margin-top: 12px;
}

h2.example, h2.example_head {
  font-size: 20px;
  color: #555555;
  margin-top: 1px;
}

pre {
  display: block;
  padding: 5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.0;
}

label {
  margin-right: 8px;
}

.jumbotron h1 {
  margin-left: 100px;
}

.btnPad {
  margin: 4px;
}

.isolatedDiv {
  all: initial; /* blocking inheritance for all properties */
}
.isolatedDiv * {
  all: unset; /* allowing inheritance within #mydiv */
}
