html{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:auto;
	background-color:#333;
	background: linear-gradient(to top left, #444 0%, #333 100%);	
	font-family: 'Titillium Web', sans-serif;
}

body{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:auto;
	background-color:#333;
	background: linear-gradient(to top left, #444 0%, #333 100%);	
	font-family: 'Titillium Web', sans-serif;
}

body a{
	color:#ddd;
	text-decoration:none;
}

body a:hover{
	color:#555;
	text-decoration:underline;
}

body a:visited{
	color:#ddd;
	text-decoration:none;
}

#container-top{
	position:relative;
	margin:0 auto;
	padding:10px;
	padding-top:30px;
	margin-top:1%;
	box-sizing:border-box;
	width:400px;
	text-align:center;
	background: linear-gradient(to bottom right, #444 0%, #333 100%);
	font-family:sans-serif;
	overflow:auto;
	border-radius:5px;
}

.container-top-img{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}

.container-top-text{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin:0;
	padding-bottom:15px;
	font-family: 'Open Sans', sans-serif;
}

.container-top-text em{
	/*float:left;*/
	position:relative;
	box-sizing:border-box;
	width:300px;
	margin:0 auto;
	padding:3px;
	font-weight:bold;
	font-size:18pt;
	background-color:#ddd;
	color:#333;
	font-weight:normal;
	display:block;
	text-align:center;
	margin-top:10px;
	font-family: 'Titillium Web', sans-serif;
}

.container-top-text h1{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:3px;
	font-weight:bold;
	font-size:18pt;
	background-color:#ddd;
	color:#333;
	font-weight:normal;
	display:block;
	text-align:center;
	margin:10px 0 10px 0;
	font-family: 'Titillium Web', sans-serif;
}

#content{
	padding:3px 20px 3px 20px;
	color:#ddd;
	font-size:13pt;
	padding:10px 3px 10px 3px;
	text-align:justify;
	text-justify:inter-word;
}

#content .content-left{
	width:25%;
	float:left;
	position:relative;
	box-sizing:border-box;
	text-align:right;
	padding-right:5px;
}

#content .content-right{
	width:74%;
	float:left;
	position:relative;
	box-sizing:border-box;
	text-align:left;
	padding-left:5px;
}

#container-bottom{
	position:relative;
	margin:0 auto;
	margin-top:20px;
	box-sizing:border-box;
	width:400px;
	text-align:center;
	font-family:sans-serif;
	overflow:auto;
	margin-bottom:1%;
}

.container-bottom-button{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:25%;
	padding:10px;
	text-align:center;
	font-size:25pt;
	overflow:hidden;
}

.container-bottom-button a{
	text-decoration:none;
	color:#ddd;
	overflow:hidden;
}

.container-bottom-button a:hover{
	text-decoration:none;
	color:#ddd;
	transform: rotate(5deg) translate(0, -5px);
	display:block;
}

.container-bottom-button a:visited{
	text-decoration:none;
	color:#ddd;
}

/* -- SHARE -- */
#content .details-left{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:35%;
	text-align:right;
	padding-right:5px;
	overflow:hidden;
}

#content .details-right{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:64%;
	text-align:left;
	padding-left:5px;
	overflow:hidden;
}

#code-input{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:3px;
	font-weight:bold;
	font-size:18pt;
	background-color:#ddd;
	color:#333;
	font-weight:normal;
	display:block;
	text-align:center;
	margin:10px 0 10px 0;
	font-family: 'Titillium Web', sans-serif;
	border:2px solid #bbb;
	border-radius:5px;
}

#share-download{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:100%;
	height:50px;
	margin:auto;
	margin-top:10px;
	background-color:#0dd9b3;
	font-weight:bold;
	text-decoration:none;
	color:#444;
	font-family: 'Titillium Web', sans-serif;
	font-size:15pt;
}

#share-download:hover{
	background-color:#0ba387;
	cursor:pointer;
	text-decoration:underline;
	color:#222;
}

#share-download button{
	border:0px;
	margin:0;
	padding:0;
}

#share-footer-text{
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
	width:50px;
	padding:0;
	line-height:35px;
	font-size:25pt;
	font-weight:bold;
	text-align:center;
	border-bottom:3px solid limegreen;
	color:#ddd;
}

#share-footer-text a{
	padding:0;
	margin:0;
	border:0;
	text-decoration:inherit;
	color:#ddd;
}

#share-footer-text a:visited{
	padding:0;
	margin:0;
	border:0;
	text-decoration:inherit;
	color:#ddd;
}

#share-footer-text a:hover{
	padding:0;
	margin:0;
	border:0;
	text-decoration:inherit;
	color:#aaa;
}

/* -- UPLOAD -- */

#content textarea{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:100%;
	min-width:375px;
	max-width:375px;
	min-height:150px;
	overflow:auto;
	margin-bottom:5px;
}

#content input{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:100%;
	overflow:auto;
	margin-bottom:5px;
}

/* -- copied TEMP START -- */

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
	width:80%;
	padding:5px;
	box-sizing:border-box;
	background-color:#0dd9b3;
	text-align:center;
	border-radius:5px;
	
	margin-left:35px;
	margin-right:40px;
	
	font-weight:bold;
	text-decoration:none;
	color:#444;
	font-family: 'Titillium Web', sans-serif;
	font-size:15pt;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color:#0ba387;
	color:#222;
	text-decoration:underline;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

/* -- copied TEMP END -- */

/* -- RESPONSIVE -- */
@media only screen and (max-width: 500px) {
	#container-top{
		width:300px;
		margin-top:5%;
		overflow-x:hidden;
	}
	
	.container-top-text em{
		width:250px;
	}
	
	#content .content-left{
		width:15%;
	}
	
	#content .content-right{
		width:84%;
	}
	
	#content .details-left{
		width:30%;
	}
	
	#content .details-right{
		width:69%;
	}
	
	#container-bottom{
		width:300px;
		margin-bottom:5%;
	}
	
	/* -- Upload -- */
	#content textarea{
		min-height:100px;
		min-width:270px;
		max-width:270px;
	}
}