.fileinput-button {
	overflow: hidden;
	position: relative;
	margin-bottom:5px;
}
.fileinput-button input {
	cursor: pointer;
	direction: ltr;
	font-size: 200px;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
