html, body {
    background: rgb(0, 0, 0);
    font-family: sans-serif;
    font-size: 11px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

body.light,
body.light a {
    color: rgb(0, 0, 0);
}

body.light .mapPanel {
    background-color: rgba(255, 255, 255, 0.75);
}

body.light #listBody > .item.selected {
    background-color: rgb(255, 255, 255);
}

body.light #itemImage {
    background-color: rgba(0, 0, 0, 0.25);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div {
    scrollbar-width: none;
}

p {
    font-size: 13px;
    line-height: 18px;
    margin-block-end: 0;
    margin-block-start: 0;
    padding: 8px;
}

td {
    font-size: 12px;
    padding: 4px;
}

.mapPanel {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 256px;
    z-index: 1000;
}

.mapPanel .bar {
    width: 248px;
}

#listPanel {
    left: 0;
}

#titleBar {
    left: 0;
    top: 0;
}

#titleElement {
    margin: 0;
}

#titleElement > div {
    float: left;
}

.icon {
    border-radius: 4px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    height: 14px;
    padding: 3px;
    text-align: center;
    user-select: none;
}

.icon:not(#siteIcon) {
    text-transform: uppercase;
    width: 14px;
}

#siteIcon {
    margin: 2px 2px;
    padding: 3px 6px;
}

#listBody {
    bottom: 32px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 32px;
    width: 256px;
}

#listBody > .item {
    border-left: 8px solid transparent;
    cursor: pointer;
    height: 32px;
    width: 248px;
}

#listBody > .item div {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#listBody > .item .ig {
    font-size: 11px;
    font-weight: bold;
    height: 13px;
    padding: 4px 8px 1px 8px;
    width: 232px;
}

#listBody > .item .rl {
    font-size: 9px;
    height: 11px;
    padding: 1px 8px 2px 8px;
    width: 232px;
}

#listStatusBar {
    bottom: 0;
    left: 0;
}

#itemPanel {
    display: none;
    font-size: 13px;
    right: 0;
}

#itemBar {
    right: 0;
    top: 0;
}

#itemId {
    font-size: 13px;
    margin: 4px 6px;
}

#itemBody {
    border-right: 8px solid transparent;
    bottom: 32px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 4px;
    position: absolute;
    top: 32px;
    width: 240px;
}

#itemBody > div {
    float: left;
}

#itemImage {
    margin: -4px -4px 4px -4px;
    width: 248px;
}

#itemImage img {
    cursor: pointer;
    display: block;
    width: 248px;
}

#itemCoordinates {
    font-size: 11px;
    margin: 4px;
    width: 232px;
}

#itemCoordinates .link {
    cursor: pointer;
}

#itemCoordinates .link:hover {
    text-decoration: underline;
}

#editIgCoordinatesButton {
    cursor: pointer;
    margin-left: 8px;
}

#itemStatusBar {
    bottom: 0;
    right: 0;
}

#itemStatusElement {
    font-size: 11px;
}

#submitDialogContent {
    box-sizing: border-box;
    height: 100%;
    padding: 8px;
}

#submitTextarea {
    box-sizing: border-box;
    font-family: monospace;
    font-size: 12px;
    height: 100%;
    width: 100%;
}

#photoDialog .content img,
#dialogPhoto {
    border-radius: 0 0 8px 8px;
    display: block;
    user-select: none;
}
