
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

body {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    background-color: #f0f0f0 !important;	
}
h1 { padding:60px 0 0 40px; }
p { padding:10px 40px; }
a { color:#999; text-decoration:none; }
a:hover { text-decoration:underline; }

.button_box {
    bottom:40px;
    /*padding-top:45vh;*/
    position:fixed;
	left:0;
	right:0;
	margin: 0 auto;  
	width:170px;
	height:170px;	
	text-align:left;
}

.start {
	-webkit-user-select: none;
	font-size:20px;
	width:150px;
	height:150px;
	display:block;
	background-color:#f0f0f0;
	border-width:0px;
	/*border-color:#aaa;*/
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
	background-repeat: no-repeat;
    background-position: center; 
	/*background-size: 90px 90px;*/
	position:absolute;
	margin-left:10px;
	margin-top:10px;
	cursor: pointer; cursor: hand;
	
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

#result {
/*	background-color:#000;*/
/*	padding:30px 0px 30px 0px;*/
	margin:0px 0px 0px 0px;

/*	color:#fff;*/
	opacity:0;
/*	text-shadow: 1px 1px #000;*/
	text-align:left !important;
}

#result .text {
	font-family:Oxygen;
	padding:20px 20px;
	font-size:24px;
	padding-bottom:100%;
	/*color:#fff;*/
}

#result li, #result p {
	/*color:#fff;*/
	font-family:Oxygen;
}

#result ul {
list-style-type: none;
}

.img_div {
/*padding-bottom:100%;*/
box-shadow: inset 0px 10px 30px rgba(0,0,0,0.5);
font-size:0px;
}


.social {
	padding-top:20px;
	text-align:center;
	font-size:15vw;
}

.social a {
	padding:0px 10px;
	color:#666 !important;
}

.start:active {

	background-color:#e0e0e0;

	border-color:#aaa;

	background-size: 60%; 
  
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);	
}

#canvas {
	position:absolute;
	display:block;
}

.compact {
	/* background-color:#76A251; BACKGROUND GREEN */
	background-color:#555;
}

#input_text {
	font-size:7vw;
	border-width:0px;
	width:90%;
	height:60vh;
	background-color:#f0f0f0;	
}

.compact h2 {
	color:#fff !important;
	font-size:14px !important;
	text-align:center !important;
}

form {
	text-align:center;
}

.item {
	text-align:center;
	border-width:0px 0px 1px 0px;
	border-color:#333;
	border-style:solid;
	padding:20px 20px;
}

.task {
	text-align:center;
	padding:20px 20px;
}



.footer {
	/* background-color:#76A251; GREEN BACKGROUND */
	background-color:#eee;	
	height:0px;
	position:fixed;
	bottom:0px;
	width:100%;
}

.flip {
	background-color:#000;
	height:0px;
	position:fixed;
	bottom:0px;
	width:100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 38%, rgba(0,0,0,1) 69%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(38%,rgba(0,0,0,0.55)), color-stop(69%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 38%,rgba(0,0,0,1) 69%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 38%,rgba(0,0,0,1) 69%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 38%,rgba(0,0,0,1) 69%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.task h2 {
	margin-top:4%;
	font-size:40px;
	text-align:center;
	font-family:Oxygen;
}

.item h2 {
	text-align:center;
}

.item img, .task img {
	margin:0px 10px 10px 10px;
}

.logout {
	position:fixed;
	display:block;
	margin-top:50px;
	bottom:15px;
	right:20px;
	font-family:dosis;
	color:#999 !important;
	z-index: 1;
}

.share {
	position:fixed;
	display:block;
	z-index: 1;
	margin-top:50px;
	bottom:15px;
	left:20px;
	font-family:dosis;
	color:#ccc !important;
}

.fa-circle-o-notch {
	font-size:150px !important;
	color:#eee;
}

.ok {
	font-size:120px !important;
	position:absolute;
	margin-top:2px;
	color:#5C9E4C;
	display:block;
	width:200px;
	margin-top:25px;
	margin-left:30px;
}

span {
	padding:0px;
	margin:0px;
	line-height:1em;
	font-family:Lato;
	font-weight: 400; 
}

.expand_width + span {
	white-space:nowrap;
}
