.sprss-header-label {
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}

.sprss-wrapper {
	background-color: #efefef;
	padding: 2em 2em 4em;
}

.sprss-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.sprss-intro {
	text-align: center;
}

.sprss fieldset {
	margin: 2em 0;
	padding: 2em;
	background-color: white;
	border: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.sprss .select2-container .select2-search--inline .select2-search__field,
#sprss-skus-copypaste {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	font-size: 0.9em;
}

.sprss .select2-selection__choice__display,
.sprss .select2-results__option {
	font-family: "Knockout 50 A", "Knockout 50 B";
	font-style: normal;
	font-weight: 400;
}

.sprss.admin-bar .select2-dropdown--below {
	top: 32px;
}

.sprss-input-wrapper {
	display: inline-block;
	margin-right: 1em;
	font-family: "Knockout 50 A", "Knockout 50 B";
	font-weight: 400;
	font-style: normal;
	font-size: 1.125em;
	text-transform: uppercase;
}

.sprss-input-wrapper-image {
	margin-right: 2em;
	margin-bottom: 2em;
}

.sprss-template-image {
	display: block;
	width: auto;
	height: 200px;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sprss-actions {
	text-align: center;
}

.sprss-button {
	background-color: #882528;
	color: white;
	border: none;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.sprss-button:hover {
	background-color: #6c1e21;
}

.sprss-button:disabled {
	background-color: #ccc;
	color: #999;
	cursor: default;
}

.sprss-alert {
	display: none;
	text-align: center;
	line-height: 1.4;
	min-width: 600px;
}

.sprss-alert-content {
	text-align: center;
}

.sprss-alert-content .filesize {
	font-size: .9em;
	color: #999;
	margin-top:-.5em
}

.sprss-alert-icon {
	color:#882528
}

.sprss-skus-selection {
	margin-bottom: 0.5em;
}

#sprss-skus-copypaste {
	display: none;
	width: 100%;
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 4px;
}
