#message-tt > a > i {
	white-space: unset;
	font-style: unset;
	margin-right: 30px;
}
#message-ct > a > i {
	white-space: unset;
	font-style: unset;
	margin-right: 30px;
}
#nick {
	width: 20%;
	table-layout: fixed;
}
#nick td {
	vertical-align: middle;
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: break-all;
}
#date {
	min-width: 75px;
}
#messages {
	width: 56%;
	table-layout: fixed;
}
#messages > tr > td > span > a > i {
	font-style: unset;
}
#messages td {
	vertical-align: middle;
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: break-all;
}
#message-ct {
	color: #007bff;
	font-weight: 500;
}
#message-tt {
	color: #fd7e14;
	font-weight: 500;
}
#message-dead {
	color: #dc3545;
	font-weight: 500;
}
#message-spec {
	color: #d3d3d3;
	font-weight: 500;
}