#infos {
	display: none;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	bottom: 5%;
	right: 5%;
	z-index: 99;
}

#infos textarea {
	width: 100%;
	min-height: 15em;
}

.inDB {
	display: none;
}

.device.checked {
	background-color: #0c63a266;
}

.device-name {
	min-width: 25em;
}

.device-import input {
	transform: scale(2);
}

.device-info span {
	min-width: 21%;
	width: auto;
	padding-left: 2em;
}

.device-info span.label {
	text-align: left;
}