

html, body{
	height:100%;
	min-height:100%;
 	background: url("images/background_fruit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position:100%;
	background-attachment:fixed;

}


body.results{
	height:auto;
}
#header {background-color:#89C303; color:#fff; margin-bottom:12px}

.wrap {
	margin: 0 auto;
	width: 810px
}

.drop {
	width: 100%;
	height: 300px;
	display: block;
	border: solid #85BE04;
	background-color: #fff;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	    border-radius: 10px;
}

.drop h1 {
	background-color: #85BE04;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: sans-serif
}

.drag {
	position: absolute;
	top: 0;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.drag img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0
}


.small {
	width: 40px;
	height: 40px;
}

.small img {
	width: 100%;
	
}

.tag{
	position: relative;
	top:50px;
	left:100px;
	display:inline-block;
	background:rgba(255,255,255,0.8);
}

.btn {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background:#89C303;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 10px;
}
.btn:hover {
	background-color:#82C14F

}
.btn:active {

}

#header .btn {border:none; background:#aaa}
#header .btn:hover {background-color:#aaa; color:#000}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
    background-color: #ECF2EE;
}

	
@media only screen and (max-height :850px){
	.drag {width:120px}
	.drop{height:230px;}
	
	.small {
	width: 40px;
	height: 40px;
}

.small img {
	width: 100%;
}