div.table-bg-grey {
    outline: 1px solid grey;
    background-color: silver;
}

div.table-head-section {
    outline: 1px dashed grey;
    background-color: silver;
}

div.table-body-section {
    outline: 1px solid grey;
    background-color: silver;
}

ul.url-list li {
    font-family: courier;
}

p.html {
    font-family: courier;
}

.red {
    color: Red;
}

.green {
    color: Green;
}

#errorMessage {
    color: red;
}

.upDownLink {
    text-decoration: none;
    border: 1px;
    padding: 7px 25px 7px 25px;
}

/* LogVault control box */
#logVaultControlBox {
    position: fixed;

    /* Start position: midt højre */
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

    width: 220px;
    z-index: 9999;

    border: 1px solid #000;
    background-color: #fff;

    font-family: "Courier New", Courier, monospace;
}

#logVaultControlHandle {
    cursor: move;
    user-select: none;
}

.highlightButton {
    background-color: #3010A0!important;
}

/*
.flash {
    animation: flashEffect 1s ease;
}

@keyframes flashEffect {
    0%   { background-color: #fff; color: #000; }
    50%  { background-color: #3010A0; color: #fff; }
    100% { background-color: #fff; color: #000; }
}
*/