#head {
	margin: 20px 0;
}

.uploadQueueItem {
	width: 100%;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.uploadProgress {
	width: 100%;
	background: #eee;
	border: 1px solid #ccc;
	height: 8px;
}

.uploadProgressBar {
	background: blue;
	height: 8px;
}

/**
	Bootstrap fix
 */
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

