label {
  border: 2px solid #006dd9;
  width: 25%;
}
.label p {
  text-align: center;
  padding: 15px 5px;
}
.small-label {
  background: #006dd9;
  padding: 3px 10px;
  color: #fff;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-family: 'Helvetica Neue',Helvetica,'Segoe UI',Arial,freesans,sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  word-wrap: break-word;
}
.md-content {
  left: 50%;
  transform: translateX(-50%);
  padding: 2em calc(50% - 457px + 2em);
  position: relative;
  top: 0;
  min-height: 100vh;
  margin-top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.command {
  border-radius: 5px 5px 0px 0px;
  font-size: 7pt;
  background: #888888;
  color: white;
  padding: 0.1em 0.3em;
  margin:0em;
  width: 80px;
  text-align: center;
}

.fyi {
  border: dotted 2px;
  padding: 0.7em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-radius: 15px;
}

pre {
  display: block;
  width: 700px;
  margin: 0;
  padding: 0.8em;
  overflow: auto;
  border-radius: 0px 10px 10px 10px;
  background: #f5f5f5;
  color: #333;
  font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
  text-align: left;
  white-space: pre;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: normal;
  line-height: 1.4;
  -moz-tab-size: 8;
  -o-tab-size: 8;
  tab-size: 8;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre code {
  width: 700px;
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  overflow-wrap: break-word;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
  word-break: normal;
  white-space: pre-wrap;
  background: 0 0;
  font-family: Menlo,Monaco,Consolas,'Courier New',monospace;
  font-size: .85em;
  color: #000;
  text-align: left;
  tab-size: 8;
  hyphens: none;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.caption {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

table {
  margin: 10px 0 15px 0;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  width: 100%;
  overflow: auto;
}
th {
  border: 1px solid #d6d6d6;
  padding: 6px 13px;
  font-weight: 700;
  color: #000;
}
td {
  border: 1px solid #d6d6d6;
  padding: 6px 13px;
}

h1 {
  font-weight: 600;
  font-size: 2.25em;
  padding-bottom: 0.3em;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 16px;
  color: #000;
}


h2 {
  font-weight: 600;
  font-size: 1.75em;
  padding-bottom: 0.3em;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 16px;
  color: #000;
}

h3 {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 16px;
  color: #000;
}

h4 {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 16px;
  color: #000;
}
