/*GUI START*/
.gui {
    z-index: 1;
    position: absolute;
}

#question-mark {
    z-index: 1;
    position: fixed;

    right: 5%;
    top: 5%;
    font-size: 5rem;

    width: 6rem;
    height: 6rem;

    background: #43DE0C;
    border: 2px solid #000000;
    border-radius: 50%;
    line-height: 5rem;

    text-align: center;

    color: #000;
}

#detect-status {
    left: 25%;
    right: 25%;
    top: 95%;
    text-align: center;
    background-color: white;

    z-index: 20;
    position: absolute;
}

.centered {
	color: red;
	background: white;

	position: fixed;
	bottom: 0;
	left: 0;
}

.bee {
	bottom: -15%;
	right: 20%;
	left: 10%;

	max-height: 40rem;
	max-width: 40rem;
}

.modal-body-img {
	max-height: 20rem;
	max-width: 20rem;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*GUI END*/

/*BUTTONS START*/

.round {
	width: 6rem;
	height: 2rem;
	text-align: center;
	/*top: 5%;*/
}

.scale {
	z-index: 2;

	width: 6rem;
	height: 2rem;
	text-align: center;
	/*top: 5%;*/
}

.nextRound {
	left: 0;
	top: 5%;
}

.prevRound {
	left: 0;
	top: 10%;
}

.bigger-scale {
	left: 0;
	top: 20%;
}

.smaller-scale {
	left: 0;
	top: 25%;
}

/*BUTTONS END*/

body {
	margin : 0;
	overflow: hidden;
	width: 100%
}

@media only screen and (max-width: 440px) {
	.bee {
		right: 60%;
		left: -10%;

		max-height: 30rem;
		max-width: 30rem;
	}
}


/*Hidden/removed components that may come back, probably not though...*/

/*.timer {*/
/*width: 4rem;*/
/*height: 2rem;*/
/*left: 5%;*/
/*top: 5%;*/

/*background: #43DE0C;*/

/*text-align: center;*/

/*border-radius: 40%;*/
/*}*/