.m-report-modal .report-container {
	max-height: 500px;
	overflow-y: auto;
}

.m-report-modal.ui-dialog-maximized .report-container{
	max-height: none;
}

.m-report-modal table {
	width: 100%;
}

.m-report-modal table .x2 {
	font-size: 1em !important;
}

.m-report-modal table .x3_0 {
	font-size: .9em !important;
}

.m-report-modal table .x3_1 {
	font-size: .9em !important;
}

.m-report-modal table td:first-child{
	width: 50%;
}

.m-report-modal table td:nth-child(2){
	width: 20%;
}

.m-report-modal table td:nth-child(3){
	width: 30%;
}

.mobileMenu .ui-shadow{
	box-shadow: none;
}

.mobileMenu .ui-breadcrumb-chevron.ui-icon.ui-icon-triangle-1-e{
	display: none;
}