body {
    font-family: sans-serif;
    color: #333;
    margin: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cbcbcb;
    text-align: left;
}

thead {
    background-color: #e0e0e0;
    text-align: left;
    vertical-align: bottom;
}

th, td {
    border-left: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    vertical-align: top;
    padding: .5em 1em;
}

.rightAlign {
    text-align: right;
}

.centerAlign {
    text-align: center;
}

.latency {
    text-align: right;
}

.error {
    color: white;
    background-color:red; 
}

.warn {
    color: white;
    background-color:orange; 
}

.success {
    color: white;
    background-color:green; 
}

.notesError {
    color: red;
}

.numeric {
    text-align: right;
}

.imageProbe {
    float: right;
    width: 1em;
    height: 1em;
}

progress {
    margin-left: 10px;
}

.portalIcon {
    width: 1em;
    margin-right: 2px;
}

.shareInfo {
    line-height: 1.25em;
}

.saveResultsButton {
    _display: block;
    _float: right;
    padding: 5px 10px;
    margin: 1ex 0 0 1ex;
}

.noCopy {
    user-select: none;
}

.json {
    white-space: pre;
}

.monospaced {
    font-family: monospace;
}