﻿body {
	background-color: #f8f9fa;
	margin: 0;
	overflow: hidden; 
}

#items-table input {
	width: 100%;
	border: none;
	background: transparent;
}

.centered-fullscreen {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}
