.mec_logger ,
.mec_logger-content{
	overflow:auto;
}
	
.mec_msg, .mec_debug, .mec_info, .mec_warn, .mec_error, .mec_critical, .mec_time{
	color:black;
	font-size:small;	
}

.mec-hide{display:none!important}
.mec-show-block,
.mec-show{display:block!important}
.mec-show-inline-block{display:inline-block!important}
.mec-container,.mec-panel{padding:0.01em 16px}
.mec-panel{margin-top:16px;margin-bottom:16px}
.mec-container:after,.mec-container:before,.mec-panel:after,.mec-panel:before,{content:"";display:table;clear:both}

.mec_debug{
	color:DimGray;
}
.mec_info{
	color: black;
}
.mec_warn{
	color: yellow;
}
.mec_error{
	color: red;
}
.mec_critical{
	color: magenta;
}
.mec_time{
	color: black;
	font-size:tiny
}
.tab{
  margin-right: 10px;
}
.bold{
	font-weight:bold;
}
.small{
	font-size:10px;
}
.tiny{
	font-size:8px;
}
/*
.horizontal-list {
	list-style: none;// Removes default bullet points 
	padding: 0; //Removes default padding 
	margin: 0; //Removes default margin 
	display: flex; // Makes the list items arrange horizontally 
	justify-content: space-around; /* Distributes items with space around them (optional) 
}

.horizontal-list li {
	display: inline-block; //Makes list items display in a line 
	margin-right: 20px; //Adds spacing between items 
	// You can add more styling here, e.g., padding, background-color 
}
*/		
	
		
	
