html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

[onClick] {
	cursor: pointer;
}

html, body {
	margin: 0px;
}

#page-error {
	display: none;
}

#layout {
	display: grid;
}

#head {
	background-color: #333;
	color: #fff;
	padding: 12px 32px;
}

#head h1, #head h2 {
	margin-bottom: 0px;
}

#page {
	padding: 32px;
}

h1, h2 {
	margin-top: 0px;
	margin-bottom: 8px;
}

h1 {
	font-size: 20pt;
	color: #1e4f98;
}

h2 {
	font-size: 16pt;
}

a {
	color: #1e4f98;
	text-decoration: none;
}

#layout #head .title {
	font-size: 16pt;
	font-weight: bold;
	float: left;
}

#layout #head .version {
	font-size: 12pt;
	float: right;
	margin-top: 4px;
}

.tracking-urls {
	display: grid;
	grid-template-columns: 160px 160px 1fr min-content min-content;
	grid-gap: 8px 16px;
}

.tracking-urls .header {
	font-weight: bold;
}

.tracking-urls .delete {
	white-space: nowrap;
}

.tracking-urls .error {
	color: #a00;
	white-space: nowrap;
	font-weight: bold;
}
