body {
    background-image: url("../assets/chat/bg.png");
    background-repeat: repeat;
    image-rendering: crisp-edges;
    background-color: rgba(0, 0, 0, .2);
    color: white;
}
.linkbar p {
	color: orange;
    text-decoration: underline;
}
.container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 18px)
}
.headtag{
    text-shadow: 4px 4px #000000A0;
    background-image: url("../assets/chat/banner.png");
    background-repeat: repeat;
    image-rendering: crisp-edges;
    padding-bottom: 5px;
}
.linkbar {
	background-image: url("../assets/chat/links.png");
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
}
.content {
	margin: auto;
  	width: 75%;
}
h1 {
    font-size: 28px;
}
#chattable {
    width: 75%;
}
@media screen and (orientation:portrait) {
    #chattable {
        width: 100%;
    }
}