html {
  font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

body {
  margin: 2rem;
}

a:active,
a:hover {
  outline: none
}

a {
  font-weight: bold;
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer
}

a:hover {
  color: #0f6ecd;
  text-decoration: underline
}

.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px
}

*+.uk-table {
  margin-top: 20px
}

.uk-table th {
  padding: 6px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase
}

.uk-table th:first-child {
text-align:center;
}

.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
  text-align:center;
}

.uk-table td:first-child {
    font-weight: bold;
    white-space: nowrap;
    color: #444;
    text-align:right;
}

.uk-table td:nth-child(2) {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.85rem;
    white-space: nowrap;
    text-align:left;
}

.uk-table td:last-child {
    text-align:left;
}

.uk-table td>:last-child {
  margin-bottom: 0;
  text-align:left;
}

.uk-table tfoot {
  font-size: 14px
}

.uk-table-divider>tr:not(:first-child),
.uk-table-divider>:not(:first-child)>tr,
.uk-table-divider>:first-child>tr:not(:first-child) {
  border-top: 1px solid #e5e5e5
}

p {
    margin-top:0;
}

code {
    display: block;
    background: #f8f8f8;
    color: #333;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 12px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.92rem;
    line-height: 1.5;
    overflow-x: auto;
    white-space: pre;
    tab-size: 4;
    margin-bottom: 1rem;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight:300;
  color: black;
}

h2 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight:300;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight:300;
  color: black;
}

h4 {
  margin:0;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight:500;
  color: #444;
}

.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
  padding:12px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left:5px;
}

.uk-text-lead {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
  max-width:50rem;
}

.keywords {
  font-family: 'Courier New', Courier, monospace;
  font-weight:300;
  max-width:50rem;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}
