body {
	line-height: 1.5;
	font-family: sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color:black;
	margin:2em;
}

h1 {
	text-decoration: underline red;
	text-decoration-thickness: 3px;
	text-underline-offset: 6px;
	font-size: 220%;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	color: #005A9C;
	font-size: 140%;
	text-transform: uppercase;
}

p {
	margin: 1em 0;
}

pre {
	padding: 0px;
	border:0px;
	border-radius: 0px;
}

red {
	color: red;
}

a {
  color: #4183c4;
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  color: #3d85c6;
  text-decoration: underline;
}

a#downloadLink {
  display: block;
  margin: 0 0 1em 0;
  min-height: 1.2em;
}

div#container {
  margin: 0 auto 0 auto;
  max-width: 720px;
  padding: 1em 1.5em 1.3em 1.5em;
}

h4 {
  border-top: 1px solid #eee;
  color: #666;
  font-size: 1.1em;
  font-weight: 500;
  margin: 20px 0 10px 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
}

p#data {
  border-top: 1px dotted #666;
  font-family: Courier New, monospace;
  line-height: 1.3em;
  min-height: auto;
  max-height: 1000px;
  width: 100%;
  overflow-y: auto;
  padding: 1em 0 0 0;
}

video {
  background: #222;
  margin: 10px auto;
  width: 320px;
  height: 240px;
  max-width: 100%;
  max-height: fit-content;
}

#controls {
  display: flex;
  margin-top: 2rem;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 5px;
}

#media-recorder-api-demo button {
  flex-grow: 1;
  height: 3rem;
  min-width: 10rem;
  border-radius: 0.15rem;
  margin-left: 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  max-width: max-content;
}
#media-recorder-api-demo button::-moz-focus-inner {
  border: 0;
}
#media-recorder-api-demo button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 3rem;
}
#media-recorder-api-demo button:disabled {
  pointer-events: none;
  background: lightgray;
}
#media-recorder-api-demo button:first-child {
  margin-left: 0;
}
video{
  width: 1280px;
  height: 720px;
}