.big-text .panel-body{
	font-size: 1.5rem;
	font-weight: bold;
}
td[field="path"],td[field="event"]{
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.panel-body.accordion-body img{max-width: 100%;margin: 0px auto;}
.easyui-tree.m-2 li{
	margin-top: .25rem;
	margin-bottom: .25rem;
}
img.icons{
	display: inline-block;
	max-width: 48px !important;
	max-height: 48px !important;
}
.flex{
	display: flex;
}
.flex.center{
	align-items: center;
	justify-content: space-between;
}
.text-keep{
    word-break: keep-all;
    white-space: nowrap;
}
.no-p p{
	margin: 1px auto;
}