* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: #000;
    /* white-space: normal; */
    /* padding: 0;
    margin: 0; */
}

h1 {
    font-size: 2em;
    color: blue;
}

#status {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    background-color: #fff;
    color: #fff;
    background-color: #0066ff;
    z-index: 1;
}

.name {
    /* position: fixed;
    top: 0%;
    left: 15%; */
    font-family: monospace;
    font-size: 3em;
    color: white;
    text-shadow: -1px -1px 0 rgb(119, 137, 177), 1px -1px 0 rgb(77, 88, 122), -1px 1px 0 rgb(144, 144, 216), 1px 1px 0 rgb(78, 78, 151);
}

.hide {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.uitooltip {
    padding: 8px;
    background: yellow;
    position: absolute;
    z-index: 9999;
    max-width: 1000px;
    box-shadow: 0 0 50px #aaa;
    white-space: pre-line;
}

.ui-helper-hidden-accessible {
    display: none;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}