a {
	color: #333;
	text-decoration: none
}

h1 {
	letter-spacing: -2px;
	font-size: 1.6em;
	font-weight: 400
}

body {
	background: #E7EDEE;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 100px;
}

.container {
	width: 700px;
	margin: 10px auto;
	padding: 10px 0;
	background: white;
	border: 2px solid #DBDBDB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}

.upload input {
	display: none;
}

.pure-button {
	margin: 5px 0;
}

img {
	/*width: 100%;*/
	height: auto;
	overflow: hidden;
}

.status {
	display: none;
	padding: 5px;
	/*background: #F47063;*/
	width: 100%;
	color: #F47063;
	margin: 8px 0;
}

.progress {
	position: relative;
	width: 90%;
	margin: 10px auto;
	border: 1px solid #DDD;
	padding: 5px;
	border-radius: 3px;
}

.bar {
	background: #008DE6;
	height: 20px;
	width: 0%;
	/* transition animation */
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;

}

.percent {
	position: absolute;
	display: inline-block;
	top: 6px;
	left: 48%;
	color: #333;
}

.menu_top_text {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlDKRFmJUU_JfdI4amS9F_UY.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	border: 0;
}

