/*CSS specific to the activity goes here. Anything related to the template, the headers, the footers will be at a higher folder level*/

.annotationContent {
	display: none;
	background-color: #FFF;
	position: absolute;
	z-index: 5000;
    top: 48%;
    right: 10%;
    padding: 0.2em;
    width: 50%;
	border: 5px solid #FFF;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
}

/*PAGE 04*/


}

.paragraphText{
	float: left; 
}

.paragraphText p{
	margin-top: 1em; 
}

.svg-container {
    display: inline-block;
	position: relative;
	width:100%;
    vertical-align: middle; 
	overflow: hidden;
}
.svg-container svg {
    width:100%;
    margin:0 auto;
	
}

.st0{
    fill:#DBD616;
    cursor:pointer;
}

.st1{
    font-family:'Arial-Black';
    cursor:pointer;
}
	
.st2{
    font-size:35px;
    font-family: 'Arial';
    font-weight: 900;
}


