/* CSS STYLINGS for Chattable box */
.allMessages {
    font-family: Courier, monospace;
    color: white;
    font-size: 12pt;
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}

.settings {
    font-family: Courier, monospace;
    color: var(--textchat) !important;
}

.owner {
    background-color: purple;
    background-image: url(home/img/trfavicon.gif);
    background-size: 100% 100%;
}

.mod {
    background-color: purple;
    background-image: url(home/img/trfavicon.gif);
    background-size: 100% 100%;
}


#top_banner {
    background-color: rebeccapurple;
}

#timestamp {
    color: white;
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;    
}