body, html {    /*the outer layer of the site and global style attributes*/
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	height: 100%;
	width: 100%;
	background: #f7f5f2;
	position: relative;
}

/* Utility Stylesheets */

a {
	color: inherit;
	text-decoration: none;
}

.clear {
	clear: both;
}

.img-scaled {
	width: 100%;
}


/* INDEX */

.question {
    background: white;
    padding: 18px;
    font-size: 12px;
    margin-bottom: 6px;
    border-radius: 2px;
    text-align: center;
    font-weight: 700;
    color: #4a4a4a;
    cursor: pointer;
}
#index {
    width: 240px;
    position: absolute;
    left: calc(50% - 120px);
    top: calc(50% - 206px);
}