<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

#upload-demo{
	height: 350px;
  padding-bottom:25px;
}
figure figcaption {
    position: absolute;
    top: 50px;
    color: #fff;
    width: 100%;
    padding-left: 20px;
    text-shadow: 0 0 10px #000;
}
</pre></body></html>