/* user input messages, these aren't displayed */
[data-message] {
    display: none !important;
}

/* messages inside the container */
[data-loaded-message] {
    width: 100%;
    box-sizing: border-box;
    background-color: #222;
    color: #fff;
    font-family: 'Roboto';
    border-radius: 5px;
    padding: 10px 13px;
    margin-top: 5px;
}

/* message container */
[data-message-container] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 0;
    min-width: 200px;
    width: 20vw;
}
