<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p, li {
	font-family: myriad-pro, arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: rgb(35, 31, 32);
}

p.instructions {
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	color: rgb(207, 60, 39);
}

.mejs-video {
	position: absolute;
	top: 91px;
	left: 268px;
}


/**
academic reading activity
**/

#uni-skills-3 div[data-id="writing-container"] {
	border: 0px solid black;
	overflow: hidden;
	width: 540px;
	height: 528px;
	position: absolute;
	top: 40px;
	left: 360px;
}

#uni-skills-3 div[data-id="background-container"] {
	background-image: url(../image/academic-reading/bg.jpg);
	background-repeat: no-repeat;
	width: 516px;
	height: 725px;
	transform: rotate(-2deg);
	-webkit-transform:rotate(-2deg); /* Safari and Chrome */
	-moz-transform:rotate(0deg); /* Firefox */
	-o-transform:rotate(-2deg); /* Opera */
	-ms-transform:rotate(-2deg); /* IE 9 */
	margin: 15px 0px 0px 20px;
}

#uni-skills-3 div[data-id="text-container"] {
	padding: 50px;
}

#uni-skills-3 div[data-id="text-container"] a {
	text-decoration: none;
	font-family: times;
	font-size: 17px;
	line-height: 27px;
	color: black;
}

#uni-skills-3 div[data-id="text-container"] a:hover {
	background-color: #A93223;
	color: white;
}

#uni-skills-3 div[data-id="text-container"] a.over {
	background-color: #A93223;
	color: white;
}



/** end **/


.animated-reveal .tip-container {
	position: absolute;
}

.animated-reveal .tip-element {
	position: absolute;
	opacity: 0;
}

.animated-reveal div a {
	color: white;
}

.end-section-bubble {
	display: none;
	position: absolute;	
	width: 250px;
	right: 20px;
	bottom: 100px;
	padding: 10px;
	background-image: url(../image/blue.jpg);
	background-color: rgb(41, 143, 177);
	border-radius: 4px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	color: white;
}

.end-section-bubble p {
	color: white;
}

#uni-skills-5 #reading-title {
	display: none;
	font-family: "myriad-pro", arial, sans-serif;
	font-weight: bold;
}

#uni-skills-5 #writing-title {
	display: none;
	margin-top: -18px;
	margin-left: 450px;
	font-family: "myriad-pro", arial, sans-serif;
	font-weight: bold;
}

#popup-sentence-1 { left: 40px !important; top: 40px !important; }
#popup-sentence-2 { left: 40px !important; top: 90px !important; }
#popup-sentence-3 { left: 40px !important; top: 200px !important; }
#popup-sentence-4 { left: 40px !important; top: 380px !important; }

h3 {
	font-family: reklame-script, arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: rgb(35, 31, 32);
	margin-top: 0px;
	margin-bottom: 0px;
}

#calendar-animation {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	width: 1010px;
	height: 568px;
}

#calendar-animation-no-flash {
	display: none;
}

.noflash #calendar-animation-no-flash {
	display: block;
	position: absolute;
	top: 74px;
	left: 20px;
}

.noflash #setup-2 .instructions, .noflash #setup-2 #start-animation {
	/*display: none;*/
}

#calendar-animation .img {
	width: 973px;
	height: 445px;
	display: none;
}

#calendar-animation #next-img {
	position: absolute;
	display: none;
	left: 300px;
	top: 400px;
	width: 150px;
}

#calendar-animation #prev-img {
	position: absolute;
	display: none;
	width: 30px;
	border-radius: 28px;
	padding: 5px 2px 5px 0px;
}

.noflash #calendar-animation button[data-id="replay"] {
	position: absolute;
	left: 798px;
	top: 79px;
	width: 150px;
}

.noflash #calendar-animation button[data-id="replay"].hidden {
	display: none;
}


/**
final screen text-decoration:
**/

#summary p[data-id="graphicText"] {
	color: rgb(207, 60, 39);
	font-family: reklame-script, arial, sans-serif;
	font-size: 33px;
	line-height: 33px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}</pre></body></html>