table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid grey;
	text-align: center;
	padding: 3px
}

h1#regdata {
	display: inline;
}


@media print {
	h1#regdata {
		display: inline;
	}

	form {
		display: none;
	}

	ul {
		display: none;
	}

	button {
		display: none;
	}

	a {
		display: none;
	}

	td.action {
		display: none;
	}

	th.action {
		display: none;
	}

	tr.action {
		display: none;
	}

	h1 {
		display: none;
	}

	span {
		display: none;
	}

	div.button {
		display: none;
	}

	div.results {
		display: none;
	}
}

div.body {
	margin-top: 10px;
	margin-left: 10px;
}

button#logout {
	width: 200px;
	height: 75px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

button#home {
	width: 200px;
	height: 75px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

button.pswp__button--upload-button {
	background: #006600 !important;
	font-size: 14px;
	color: #fff;
}

button.pswp__button--delete-button {
	background: #8b0000 !important;
	font-size: 14px;
	color: #fff;
}