@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;
	font-size: 18px;
	font-family: Oswald, "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#top-bar-logo {
	position: relative;
	top: -3px;
}

a.button {
	text-transform: uppercase;
}

.panel.callout {
	background-color: rgb(238, 233, 216);
}


