@charset "utf-8";
/* CSS Document */

input.inputfile {
	width: 0.1px;
	height: 0.1px;
}

label.inputfile {
	color: rgb(255, 255, 255);
	padding-top: 10px;
	padding-bottom: 11px;
	margin-top: -1px;
	margin-bottom: 20px;
	background-color: rgb(0, 140, 186);
	border-radius: 5px;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
#small-menu-title {
    text-transform: uppercase;
	font-weight: bold;
}


