.mui-col-new{
		padding-top: 10px;
		/*height: 100%;*/
		background-color: #eee;
		border-radius: 0 10px;
		}
		.mui-segmented-control .menu {
			width: 100%;
			min-width: 50px;
			overflow: visible;
			white-space: normal;
			padding:5px 3px;
			border-bottom:0px!important;
		}
		.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
			color:#1bc976;
			background-color:#fff;
			border-left:2px solid;
			font-weight:bold;
		}
		.mui-table-view-cell{padding:13px 15px;}
		.mui-table-view:before{height:0px;}
		.mui-table-view-cell.mui-active{background-color:initial;}
		.mui-navigate-right:after, .mui-push-right:after{content:'';}
		.mui-table-view-cell.mui-active > .mui-navigate-right{color:#1bc976;font-weight:bold;} 