Differences From Artifact [b035449fe2]:

To Artifact [02f3d81c1c]:


1
2
3
4
5









6
7
8
9
10
11
12
body {
	background-position: -180px 0px;
	background-attachment: scroll;
	font-size: 11pt;
}










.header h1 {
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	margin: 6em 0 .3em 0;
}





>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
	background-position: -180px 0px;
	background-attachment: scroll;
	font-size: 11pt;
}

input, select, textarea {
    min-width: 0 !important;
    max-width: calc(100% - 2em);
}

select {
	width: calc(100% - 3em);
}

.header h1 {
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	margin: 6em 0 .3em 0;
}
257
258
259
260
261
262
263
264








	table.statement td, table.statement tr {
		display: block;
	}

	dl.describe {
		grid-template: auto / 30% 1fr;
	}
}















|
>
>
>
>
>
>
>
>
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
	table.statement td, table.statement tr {
		display: block;
	}

	dl.describe {
		grid-template: auto / 30% 1fr;
	}

	.datepicker-parent {
		position: static;
	}

	dialog.datepicker {
		margin: auto;
	}
}