﻿h3 {
    font-family: Verdana,arial, sans-serif;
}

#h3g {
    filter: drop-shadow(0px 0px 5px white);
    color: black;
    font-weight: bold;
}

#ulg {
    color: white
}

h5 {
    color: black
}

.webviewhdr {
    font-size: 1.5em;
    color: black;
    font-family: trebuchet, arial, sans-serif;
    cursor: pointer;
    background-color: #9204ff;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

.webviewcontainer {
    display: flex;
    gap: 6px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    border: 1px solid #666;
    border-radius: 5px;
    background-color: #444;
    min-height: 50px;
    min-width: 110px;
    max-width: 225px;
    padding: 6px;
    cursor: pointer;
}

.webviewcontainerhdr {
    font-size: 1em;
    color: #2beb3f;
    font-family: trebuchet, arial, sans-serif;
    cursor: pointer;
}

.webviewcontent {
    font-size: .8em;
    color: white;
    font-family: trebuchet, arial, sans-serif;
    cursor: pointer;
}

.webviewcontainer:hover {
    background-color: #111;
}

.evtcontainer {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    justify-content: center;
    width: 100%
}

.evthdr {
    color: #9204ff;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2em;
}

.evtcontent {
    width: 100%;
    padding: 0px 30px 0px 30px;
    color: silver;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1em;
}

hr {
    color: white;
    width: 100%;
    line-height: 1px
}

.webviewselected {
    background-color: #111 !important;
}

.wkcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.wkd {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #ccc;
}

.wkhdr {
    width: 100%;
    background-color: #009c20;
    color: #fff;
    font-weight: bold;
    font-size: .9em;
    border-radius: 4px;
    border: 1px solid #666;
    text-align:center
}

.wkdevt {
    color: black;
    background-color: #ccc;
    font-size: .8em;
    font-weight: normal;
    padding: 3px;
}

.wkevtnm {
    color: #44007f;
    font-weight: bold;
    font-size: .9em !important
}

.evt-header {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    align-items: center;
    flex-flow: row nowrap
}

.webview {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 120px;
    max-width: 180px;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 7px;
    background-color: #222;
    min-height: 300px;
    padding: 6px;
    gap: 10px;
}
.evt{
    margin-top:25px;
    border-top:2px solid #333;
    padding-top:20px
}