.selectMediaCategory{
	font-weight: 900;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.imageCategory{
	display: none;
	margin: 1rem 3rem;
}

.uploadButtons{
	display: none;
}

.xlsClassificationUpload input[type=file] {
    display: none;
}

#standardImportUploadedFileName {
    margin-top: 0.7rem;
}

.delFileCell {
    width: 1px;
    white-space: nowrap;
}

.delFile, .delFile:hover, .delFile:active {
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.imageCategory form + button {
	margin-top: 0.5rem;
}

