.substack-importer.wrapper {
	width: 800px;
}

#substack-progress .progress-bar {
	width: 100%;
	background-color: #e0e0e0;
	padding: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

#substack-progress .progress-bar-fill {
	display: block;
	height: 22px;
	background-color: #659cef;
	border-radius: 3px;

	transition: width 500ms ease-in-out;
}

.substack-importer ul {
	list-style: disc;
	margin: 0 0 1.2em 1.2em;
}

.substack-importer #import-upload-form label {
	display:block;
	font-weight: bold;
	margin-bottom: 1em;
}

.substack-importer #import-upload-form .note {
	font-size:80%;
}

input#substack-url {
	width: 50%;
}
