.welocal-file-input, .welocal-upload-trigger {
	margin: 10px;
 	display: block;
}

.welocal-hidden {
	display: none;
}

.welocal-result h5 {
	margin-bottom: 2px;
}

.welocal-result textarea {
	width: 100%;
	height: 50%;
}

.welocal-result textarea:disabled {
	opacity: 1;
	background-color: white;
}

.welocal-upload-outer {
	width: 100%;
    margin: 5px 0;
    border: 1px white solid;
    height: 10px;
    position: relative;
}

.welocal-upload-inner {
	position: absolute;
	width: 0;
	height: 100%;
	background-color: #1f2933;
}