@charset "UTF-8";
/* CSS Document */


body {
	position: relative;
	height: 100vh;
overflow-x: hidden;
    margin: 0; overflow: hidden;
	width: auto;
}


.wrap {
	
	
}
.mask {
	position: absolute;
	z-index: -10;
	padding: 100px 0 auto 0;
	margin:20px 30px 0 30px;
	height: 100vh;
	width: auto;
}



.menu {

    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	z-index: 100;
}

table {
    margin-left:auto; 
    margin-right:auto;
}

table, td, th {
    border-collapse : collapse;

	text-align: center;
}


.prodMenu {
	width: 100%;
margin-top: 10px;

}


.dropbtn2 {

    background-color: #444444;
    color: #FFFFFF;
    width: auto;
    font: bold 10px arial;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    border: none;
	height: 30px;
	align-content: center;

	

}


.dropbtn2:hover, .dropbtn2:focus {

    
    border: none;

}

.dropdown2 {

    position: relative;
    display: inline-block;
    z-index: 30;
    text-align: left;
	

}

.dropdown2-content {

    display: none;
    position: absolute;
    padding: 10px 0px 10px 2%;
	margin-top: 1px;
	margin-left: -1px;
    width: 98%;
	text-align: left;
    white-space: nowrap;
	color: #FFFFFF;
    overflow: auto;
    z-index: 1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 1.5em;

	
}

.dropdown2-content a {

  	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 1.5em;
    padding: 0px;
 
    display: block;

}

.dropdown2 a:hover {

    background: #000066;
    color: #FFF;
    border: none;
    text-decoration: none;

}

.show {

    display:block;

}


#answers {
	position: absolute;
	z-index: 999;
	 margin:0px;
    padding:0px;
	
}

.answer-g1, .answer-g2, .answer-g3, .answer-g4, .answer-g5, .answer-g6, .answer-a1, .answer-a2,
.answer-a3, .answer-a4, .answer-a5, .answer-a6, .answer-f1, .answer-f2, .answer-f3, .answer-f4,
.answer-f5, .answer-f6 {
    
    position: absolute;
	cursor: move;
    	margin:0;
 min-width: 20%;
overflow: hidden;


}







#DraggableDiv div {
	position: absolute;
    cursor: move;
	
	


}
		