



html {
  text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: 'suse_monothin';
}
a {
  text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
strong {
  font-weight: inherit;
}
strong {
  font-weight: bolder;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
xmp {
  font-family: monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
input {
  font: inherit;
  margin: 0;
}
input {
  overflow: visible;
}
[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  color:green;
}
* {
  box-sizing: border-box;
}
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 600;
}
hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #a3a8b7;
}
hr::before {
  display: table;
  content: "";
}
hr::after {
  display: table;
  clear: both;
  content: "";
}
td,
th {
    border: 1px dotted;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
}
h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.875em;
}
h6 {
  font-size: 0.85em;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
p4{
  font-size: 17px;
  line-height:29px;
}
blockquote {
  margin: 0;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ol ol,
ul ol {
  list-style-type: lower-roman;
}
ol ol ol,
ol ul ol,
ul ol ol,
ul ul ol {
  list-style-type: lower-alpha;
}
dd {
  margin-left: 0;
}
code,
xmp {
  font-family: monospace;
  font-size: 12px;
}
.repo-config-option:not(:checked) ~ .time-remaining {
  display: none;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.pl-3 {
  padding-left: 16px !important;
}
.pl-4 {
  padding-left: 24px !important;
}
.pl-5 {
  padding-left: 32px !important;
}
.pl-6 {
  padding-left: 40px !important;
}
.element::before {
  display: table;
  content: "";
}
.element::after {
  display: table;
  clear: both;
  content: "";
}
.element > :first-child {
  margin-top: 0 !important;
}
.element > :last-child {
  margin-bottom: 0 !important;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
blockquote,
dl,
ol,
p,
table,
ul {
  margin-top: 0;
  margin-bottom: 16px;
}
hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  border: 0;
}
blockquote {
  padding: 0 1em;
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}
kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  vertical-align: middle;
  border-radius: 3px;
}
ol,
ul {
  padding-left: 2em;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
li > p {
  margin-top: 16px;
}
dl {
  padding: 0;
}
dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}
dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
table {
      font-family: 'suse_monothin';

  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  overflow: none;

table th {
  font-weight: 600;
    border: 1px dotted;

}
table td,
table th {
  padding: 10px 13px;
  border: 1px dotted;
}
table tr {
  border: 1px dotted;
}
tr{
    border: 1px dotted;

}

img {
  max-width: 100%;
  box-sizing: content-box;
}
code,
xmp {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
}
code::after,
code::before {
  letter-spacing: -0.2em;
  content: "\00a0";
}
.full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}
kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px monospace;
  line-height: 10px;
  vertical-align: middle;
  border-radius: 3px;
}
:checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: green;
}
.task-list-item {
  list-style-type: none;
}
.task-list-item + .task-list-item {
  margin-top: 3px;
}
.task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}


header {
  margin-bottom: 1em;
}
header h1 {
  margin: 0;
  padding: 0;
  font-size: 7vmin;
  border-bottom: none;
}
code,
xmp {
  margin-bottom: 20px;
  padding-left: 20px;
  white-space: pre;
  display: block;
  color: #fff;
  background: #000;
  word-wrap: break-word;
  overflow: auto;
}
g-row {
  display: block;
}
g-col {
  display: inline;
  align-content: stretch;
  position:relative;
}

@media (min-width: 50em) {
  g-row {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  g-col {
    display: table-cell;
    padding-right: 2%;
  }
  g-col:last-child {
    padding-left: 2%;
    padding-right: 0;
  }
}
label {
  display: block;
  margin-bottom: 3px;
}
label > input[type="checkbox"] {
  margin-top: 10px;
  margin-bottom: 15px;
  
}
label > input[type="radio"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
      font-family: 'suse_monothin';
  display: block;
  margin-bottom: 10px;
  padding: 0.3em;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
}
input:not([type]):focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  outline: 0;
}
select {
  display: block;
  margin-bottom: 10px;
  height: 2.25em;
  border: 1px solid #ccc;
}
button {
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 2px;
  border: transparent;
}
button:hover {
 cursor: pointer;
}

html {
  height: 100%;
  box-sizing: border-box;
}
p > code {
  padding: 0;
  margin: 0;
  font-size: 85%;
  border-radius: 3px;
  display: inline-block;
  background-color: grey;
  word-break: keep-all;
  vertical-align: middle;
}
@viewport {
  zoom: 1;
  width: extend-to-zoom;
}
