#zwibbler-div {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#zwibbler-div h1 {
    color: #496E00;
    font-weight: normal;
}

.zwibbler-area {
    position: relative;
    height: 400px;
}

.infobar {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    background: #ccc;
}

.infobar, .zwibbler-canvas {
    right: 250px;
}

.zwibbler-canvas {
    position: absolute;
    left: 0;
    top: 25px;
    bottom: 0;
}

.length-table {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    bottom: 0;
}

.length-table tbody {
    overflow-y: auto;
}

.length-table, .length-table th, .length-table td {
    border-collapse: collapse;
}

.length-table th {
    background-color: #333333;
    color: white;
    font-weight: normal;
    padding: 0.5em;
    vertical-align: bottom;
}

.length-table th:not(:first-child) {
    border-left: 2px solid white;
}

.length-table td {
    text-align: right;
    cursor: pointer;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.selectedRow {
    outline: 3px solid #496E00;
}

.zwibbler-popup {
    display: none;
    background: #ccc;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 5px;
    z-index: 2;
}

.zwibbler-menu div {
    padding: 3px;
    cursor: pointer;
}

.zwibbler-menu div:hover {
    background: green;
}

.image-dialog {
    padding: 10px;
    border: 2px solid #888;
    font-size: 16px;
}

.image-dialog h1 {
    background: #496e00;
    color: white !important;
    margin: -10px -10px 20px -10px;
    padding: 10px;
}

.no-select {
    user-select: none;
    -moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

