input:invalid, textarea:invalid {
	background-color: rgba(255,66,66,0.01);
	opacity: 1;
	border-color: #ff6666;
}

input:focus:invalid, textarea:focus:invalid {
	box-shadow: 0 0 5px #fd9292;
}

table tr th,
table.listOfItems td {
	text-align: left;
}

ul.top-bar-left {
	display: flex;
	width: 30%;
	min-width: 200px;
}

.top-bar .top-bar-left.medium-2 {
	width: 30%;
}

ul.top-bar-left li.name {
	min-width: 4rem;
}

ul.top-bar-left li.robots {
	flex-grow: 1;
}

ul.top-bar-left li.robots select.robots-quickselect {
	/*height: 2rem;*/
	
}
