body{
	background-color: #f0f0f0;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: bold;
}

p{
	margin: 0;
}

video{
	width: 100%;
	height: auto;
}

img{
	float: left;
	margin-right: 25px;
}

.container{
	margin-top: 20px;
}

.descArea{
	background-color: #fff;
	box-shadow: 0 0 3px #c8c8c8;
	padding: 15px;
	box-sizing: border-box;
}

.videoArea{
	position: relative;
}


.boxColleague{
	position: absolute;
	background-color: rgba(91, 189, 34, 0);
	width: 30%;
	height: 60%;
	top: 20%;
	left: 3%;
	cursor: pointer;
	z-index: 1000;
	visibility: visible;
}

.boxBOFH{
	position: absolute;
	background-color: rgba(207, 50, 53, 0);
	width: 25%;
	height: 50%;
	top: 10%;
	left: 40%;
	cursor: pointer;
	z-index: 1000;
	visibility: visible;
}

.boxInsertComputer{
	position: absolute;
	background-color: rgba(223, 105, 140, 0);
	width: 28%;
	height: 60%;
	top: 20%;
	left: 68%;
	cursor: pointer;
	z-index: 1000;
	visibility: visible;
}

.boxTryAgain{
	position: absolute;
	background-color: rgba(247, 2, 2, 0);
	width: 28%;
	height: 20%;
	top: 60%;
	left: 35%;
	cursor: pointer;
	z-index: 1000;
	visibility: visible;
}

.boxContinue{
	position: absolute;
	background-color: rgba(127, 8, 224, 0);
	width: 28%;
	height: 20%;
	top: 60%;
	left: 35%;
	cursor: pointer;
	z-index: 1000;
	visibility: visible;
	
}

.boxBegin{
	position: absolute;
	background-color: rgba(140, 34, 189, 0);
	width: 50%;
	height: 60%;
	top: 30%;
	left: 25%;
	cursor: crosshair;
	z-index: 1000;
	visibility: visible;
}

.boxContinueSMS{
	position: absolute;
	background-color: rgba(81, 37, 37, 0);
	width: 80%;
	height: 20%;
	top: 60%;
	left: 10%;
	cursor: pointer;
	z-index: 1000;
	visibility: visible;
}

.boxCorrectSMS{
	position: absolute;
	background-color: rgb(34, 189, 68, 0);
	width: 80%;
	height: 15%;
	top: 70%;
	left: 1%;
	cursor: pointer;
	z-index: 1000;
	visibility: visible;
}

.boxWrongSMS{
	position: absolute;
	background-color: rgb(189, 34, 34, 0);
	width: 80%;
	height: 53%;
	top: 14%;
	left: 1%;
	cursor: pointer;
	z-index: 1000;
	visibility: visible;
}


.lightbox{
	display: none;
}

.longBtns{
	display: block;
}