div.Logs table
{
	border-spacing: 0px;
}

div.Logs table *.TimeElapsed
{
	white-space: nowrap; 
	text-align: center;
}

div.Logs table *.TimeElapsed div
{
	font-size: 0.8em;
	font-weight: bold;
}

div.Logs table th
{
	border-width: 0px;
}

div.Logs table td
{
	padding: 1px 4px;
	border-width: 0px;
	border-bottom: 1px solid #000;
	word-break: break-all;
}

div.Logs table tr.Fatal td,
*.LogsColorFatal
{
	background: #565656!important; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #565656 30%, #000000 100%)!important; /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #565656 30%,#000000 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #565656 30%,#000000 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#000000',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
	color: #fff!important;
}

div.Logs table tr.Success td,
*.LogsColorSuccess
{
	background: #00d600!important; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #00d600 30%, #009b00 100%)!important; /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #00d600 30%,#009b00 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #00d600 30%,#009b00 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d600', endColorstr='#009b00',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
	color: #000!important;
}

div.Logs table tr.Error td,
*.LogsColorError
{
	background: #ff0000!important; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ff0000 30%, #aa0000 100%)!important; /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ff0000 30%,#aa0000 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ff0000 30%,#aa0000 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#aa0000',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
	color: #fff!important;
}

div.Logs table tr.Bug td,
*.LogsColorBug
{
	background: #ddd!important;
	color: #c00!important;
	font-weight: bold!important;
}

div.Logs table tr.Warn td,
*.LogsColorWarn
{
	background: #f7d962!important; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f7d962 30%, #f4ab00 100%)!important; /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #f7d962 30%,#f4ab00 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #f7d962 30%,#f4ab00 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d962', endColorstr='#f4ab00',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
}

div.Logs table tr.Info td,
*.LogsColorInfo
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+30,dddddd+100 */
	background: #ffffff!important; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 30%, #dddddd 100%)!important; /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 30%,#dddddd 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ffffff 30%,#dddddd 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
}

div.Logs table tr.Debug td,
*.LogsColorDebug
{
	background: #bbf!important;
	color: #000!important;
}

table tr.RareDebug td,
*.LogsColorRareDebug
{
	background: #0aa!important;
	color: #000!important;
}
