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

.rquiz-div1, .rquiz-div2 {
	display: block!important; position: relative; width:100%;
	padding:15px 5px; margin: auto!important;
	background-color: wheat;
}



.art-frame {
	background-color: white!important;
}
#exercise5 iframe {
	padding: 0!important; margin: auto;
	transform:scale(0.85);
	-webkit-transform:scale(0.85);
  -moz-transform:scale(0.85);
  -ms-transform:scale(0.85);
}

.frame {
	height:100%!important; width:100%!important;
}
#flexframe {
	height:900px;
}


.exercise-extras1 {
	position:relative; width: 100%; height: 100%;
	margin: 0px auto!important; padding: 5px 10px;
	border-radius: 8px 8px 0 0;
	background-color: lavender;
}.exercise-extras1_ol {
	margin-left:-10px;
	font-size:13pt; line-height: 1.25; 
	text-align: justify; font-family: 'article-ind-text'!important;
	word-wrap: break-word; word-break:normal;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
	color:black;
}.exercise-extras1_ol li+li {
	margin:10px 0px;
}.exercise-extras1_ol li+li:first-child, .exercise-extras1_ol li+li:last-child  {
	margin:0px 0px!important;
}
.highlighted {
	font-weight: bold;
	background-color: #CACAF4; 
	border-bottom: solid 2px black;
}




@media screen and (max-width : 550px ){
#flexframe {
	height:750px;
}

.exercise-extras1_ol {
	margin-left:25px;
	font-size:13pt; line-height: 1.25; font-family: 'article-ind-text'!important;
	color:black;
}
}


@media screen and (max-width : 420px ){
#flexframe {
	height:600px;
}
}

