#console-output-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 100;
    background-color: #2d2c2c;
    overflow-y: auto;
    color: #dbdbdb;
}

.console-output{
    width: calc(100% - 10px);
    padding: 5px;
    border-bottom: 1px solid #3b3a3a;
}

.console-output:hover{
    background-color: #525153;
}

#console-input-wrapper{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

#console-input-wrapper.hidden{
    display: none;
}

#console-input{
    margin-left: 0.5rem;
    flex-grow: 100;
}

.console-message-player-other {
    color: #52b44c;
}

.console-message-player-self {
    color: #ffa565;
    font-weight: bold;
}

.console-message-item {
    color: #fc5252;
}

.console-message-location {
    color: #5ea2c1;
}
