.webuploader-container {
	position: relative;
}
.webuploader-container div:nth-of-type(2){
	width: auto!important;
	height: auto!important;
	right: 0!important;
	bottom: 0!important;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}
/* .webuploader-pick-hover {
	background: #00a2d4;
} */

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

