
tr.clickable-row:hover {
	cursor: pointer;
}

.scan-image, .app-image {
	width: 90px;
	background-color: #D3D3D3;
}

.vr-preview {
	width: 128px;
	background-color: #D3D3D3;
	float: left;
	margin-right: 8px;
}

.panel {
	word-wrap: break-word;
}

.w-100 {
	width: 100px;
}

.input-group {
	width: 100%;
}

/* Progress bar - center text */
.progress {
	position: relative;
}

.progress span {
	position: absolute;
	display: block;
	width: 100%;
	color: black;
}

.progress {
	background-color: #aaa;
	-webkit-box-shadow: none;
	box-shadow: none;
}
