body {
	line-height: 01;
	font-size: 80%;
}
.ui-dialog-shadow {
	box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.table {
  display: table;
  width: 100%;
}
.column {
  display: table-cell;
}
.row {
  display: table-row;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	display:none;
}

