#event-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    width: 806px;
    height: 506px;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
}

@media screen and (max-width: 1899px) {
    #event-window {
        margin-top: -250px;
    }
}

@media screen and (min-width: 1900px) {
    #event-window {
        margin-top: -175px;
    }
}

#event-window-whole {
    width: 800px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

#event-window-whole h2 {
    color: rgb(205, 134, 63);
    text-shadow: 5px 2px 4px black;
    font-family: 'Berkshire Swash', cursive;
}

#event-window-background {
    width: 800px;
    height: 500px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

#event-window-header {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px dotted red;
    width: 100%;
}

#event-window-header-left {
    float: left;
    margin-left: 10px;
    font-variant: small-caps;
    /* color: black; */
    padding: 5px;
    margin-top: 5px;
}

#event-window-header-right {
    float: right;
}

#event-button-silencer {
    margin-right: 0px;
    border: 1px solid rgba(205, 134, 63, 0.75);
    border-radius: 0px 0px 0px 5px;
    background-color: #111111;
    padding: 3px 7px 3px 7px;
    color: rgba(205, 134, 63, 1);
    font-size: x-small;
}

#event-window-title {
    border: 0px dotted green;
    width: 100%;
    position: absolute;
    top: 25px;
    text-align: center;
}

#event-window-content-right {
    border: 0px dotted blue;
    position: absolute;
    width: 60%;
    top: 100px;
    right: 10px;
    padding: 15px 15px 15px 15px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

#event-window-avatar-left {
    width: 20%;
    position: absolute;
    bottom: 75px;
    left: 10px;
    border: 0px dotted yellow;
}

#event-window-bottom-buttons {
    width: 75%;
    border: 0px dotted magenta;
    position: absolute;
    bottom: 30px;
    right: 20px;
    text-align: right;
}

#event-window-bottom-buttons button {
    background-color: rgba(10, 10, 10, 0.9);
    padding: 5px 10px 5px 10px;
    margin-left: 15px;
}

.event-element-selection-question-whole {
    margin-top: 20px;
    margin-right: 10px;
    padding: 10px 10px 10px 10px;
    width: 32%;
    border: 1px solid #CD863F;
    background-color: #000000;
    float: left;
}

.event-element-selection-answer {
    cursor: hand;
    border-top: 1px dotted #63391b;
}

.event-element-state-highlight {
    width: 100%;   
    height: 22px;
    border: 1px solid #63391b !important;
    background-color: #100903 !important;
    margin: 0px 21px 0px 0px;
}
