#live_status.offline {
	color:red;
}

#live_status.online {
	color:green;
}

#live_status.loading {
	color:grey;
}

#chat_container {
	overflow-y: scroll;
}

.deleted_message {
	text-decoration: line-through;
}

.username {
	font-weight: bold;
}

.channel {
	font-weight: bold;
}

.navbar {
	max-height: 10vh;
}

.card-header {
    max-height: 10vh;
}

.card-body {
    max-height: 80vh;
}