html {
    background-color: #eee;
    box-sizing: border-box;
    color: #5f5f5f;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body, h1, h2, html, p {
    margin: 0;
    padding: 0
}

*, :after, :before {
    box-sizing: inherit
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-size: 13px;
    color: #24292e;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td {
    border-spacing: 0;
}

.table-wrapper {
    width: 100%;
}

td {
    border-bottom: 1px solid black;
}

table {
    width: 100%;
}

.task-type {
    font-weight: bold;
    font-size: 1.0rem;
    margin-right: 0.4rem;
}

.identifier {
    font-size: 3rem;
    line-height: 3.0rem;
    vertical-align: baseline;
    font-weight: lighter;
}

.badge {
    border-radius: 1px;
    margin: 0.4rem 0;

    padding: 0 8px 2px;
    width: 100%;
    display: inline-block;
    color: white;
    font-weight: normal;
    line-height: 1rem;
    font-size: 0.75rem;
}

.row {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    justify-content: flex-end;
}

.row > * {
    padding-left: 16px;
    display: block;
}

table > thead > tr {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: 0 0 2px #9da5ab;
}

table > thead > tr > th {
    font-size: 1.25rem;
    font-weight: lighter;
    text-align: center;
}

table > thead > tr > td:first-child {
    text-align: center;
}

table > * > tr > * {
    padding: 0;
    overflow: hidden;
}

table > tbody > tr > td {
    text-align: right;
    padding: 4px 8px;
}

table > tbody > tr > td > pre {
    width: 100%;
    overflow: auto !important;
    max-height: 256px;
    text-align: left;
}

a {
    border-bottom: 1px dotted rgba(30, 144, 255, 0.82);
    color: rgba(30, 144, 255, 1);
    text-decoration: none;
    padding: 0;
}

a:hover {
    color: rgba(30, 144, 255, 1);
    border-bottom: 1px dotted rgba(30, 144, 255, 1);
    text-decoration: none;
    padding: 0;
}

a.btn {
    background-color: #cde4ff;
    border: none;
    border-radius: 5px;
    color: dodgerblue;
    font-size: 1.3rem;
    padding: 1.7rem 2.5rem;
    white-space: nowrap
}

a.btn + a.btn {
    margin-left: 1rem
}

a.btn:focus, a.btn:hover {
    background-color: #a7cfff;
    color: #ff1e1e
}

a.btn.primary {
    background-color: dodgerblue;
    color: #fff
}

a.btn.primary:focus, a.btn.primary:hover {
    background-color: #ff1e1e
}

h1 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1em;
    margin-top: 1.6rem;
    color: #343434;
}

h2, h3, h4 {
    color: #5f5f5f;
    font-weight: 400;
    margin-top: 0.8rem
}

h1, h2, h3, h4, ol, p, ul {
    margin-bottom: 0.1rem
}

ol, p, ul {
    margin-top: 0.25rem
}

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul li {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

ul li span a {
    display: inline-block;
}

ul li + li {
    padding-top: 0.4rem
}

.container {
    max-width: 1199px; /* Desktop res */
    background-color: #fff;
    box-shadow: 0 4px 2.4rem -.4rem #9da5ab;
    overflow: hidden;
    position: relative;
    margin: 2rem 3rem;
}

.container {

}

pre {
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 300px;
    color: #aaaaaa;
    background-color: #2b2b2b;
}

.nowrap {
    white-space: nowrap
}

code {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    /*overflow-x: unset !important;*/
    /*font-size: 12px;*/
    /*line-height: 1.25;*/
}

section {
    padding: 0 2.6rem 1.6rem;
}

section.response-output {
    padding: 0 0rem 0.8rem;
}

button {
    cursor: pointer;
}


.io-data .io-data-key {
    font-weight: bold;
}

.io-cell {
    background-color: #2b2b2b;
    text-align: left;
    vertical-align: top;
    padding: 0;
    border-bottom: 1px solid white;
    width: 40%;
}

.id-cell {
    width: 20%;
    padding-left: 2.6rem;
}

.io {
    border: 0;
}

.io-data {
    margin: 0 0 0 0;
    padding: .4rem .8rem;
}

.io-data code {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    white-space: pre-wrap;
    flex-flow: wrap;
    max-height: 128px;
    word-break: break-word;
}

.io-data-kv {
    margin-right: 1rem;
    display: inline-block;
}

.message-no-data {
    width: 100%;
    text-align: center;
    padding: 1rem 1rem 1.25rem;
    font-size: 1.25rem;
}

.refresh-wrapper {
    width: 10%;
    display: inline-block;
    text-align: right
}

.button-refresh {
    position: fixed;
    color: dodgerblue;
    background: transparent;
    border: none;
    width: 3rem;
    height: 3rem;
    top: 3rem;
    left: 0;
    font-size: 2rem;
    cursor: pointer;
}

.button-refresh:disabled {
    opacity: 0.5;
    cursor: default;
}

.button-refresh:hover {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.button-refresh:disabled:hover {
    color: #ff1e1e;
    opacity: 0.5;
    cursor: default;
}

.rotating {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
