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