html,
body {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 13px;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #333;
}
html {
	background-attachment: fixed;
	position: absolute;
}
body {
    margin: 0;
	height: 100%;	
}  
html:before {
	}

	?>
	}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.MainWrap {
    height: 100%;
}

/* Navigatie */

.NavWrap {
    margin: 40px auto 0px auto;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    text-align: center;
    height: 80px;
    line-height: 90px;
    /*border-bottom:1px rgba(0,0,0,0.2) solid;*/
}
ul.Buttons {
    width: 100%;
}
ul.Buttons li {
    text-align: center;
    display: inline;
    margin: 0px 15px 0px 15px;
}
ul.Buttons li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
    font-size: 30px;
}
/* Content */

.ContWrap {
    width: 100%;
    height: 100%;
    margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}
.AnsWrap{
	width: 90%;
	height: 50px;
	margin: 10px 0 30px 60px;
	}
.Ans {
	text-align: center;
	display: inline-table;
    width: 24%;    
	margin: 5px auto;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1px;
    overflow: hidden;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.Ans:hover {
    background-color: #1e73be;
    color: #FFF;
}
.Activated {
    background-color: #1e73be;
    color: #FFF;
}
/* text */
.copy {
	font-size: 14px;
	margin: 10px 0px 10px 10px;
	}
b {
	font-weight: bold;
	color: #62b3fb	}
a {
    cursor: default;
}
a:link {
    text-decoration: none;
    color: #333;
}
a:visited {
    text-decoration: none;
    color: #333;
}
h1 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    padding: 20px 10px 0px 40px;
}
h2 {
	margin: auto;
	vertical-align: middle;
	height: 45px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
h3 {
    padding: 2px 0px 0px 10px;
    font-size: 18px;
	color: #000;
    border-left: 1px solid #1e73be;
    font-weight: 400;
    margin: 0px 30px 0px 50px;
	line-height:25px;
}
.bold {
    font-weight: bold;
    padding: 12px 0 0 40px;
}
p {
    font-size: 30px;
}
/* Button */

.Submit {
    width: 170px;
    margin: 0px 120px 0px 80px;
    float: right;
    background-color: #1e73be;
    color: #FFF;
}
#hidden {
	position: relative;
    width: 170px;
    color: #1e73be;
    border: #1e73be solid 1px;
    opacity: 0.3;
    transition: opacity 0.8s, background 0.2s, linear;
    cursor: default;
    margin: 40px;
}

.not-active {
    pointer-events: none;
    cursor: default;
}
.curPage {
	background-color: #62b3fb; 
	color:#FFF;
}
.ncurPage {
	color:#999;
}
.button {
	margin: 60px 120px 0px 80px;
	height: 140px;
	}
.button:hover{
    text-decoration: none;
}
#hidden:hover {
    background-color: #1e73be;
    color: #FFF;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1055px) {
    h2 {
        font-size: 14px;
    }
}