#activity1{
	text-align:center;
}

.cont{	
text-align: left;
line-height: 25px;
width: 60%;
	outline: none;
	margin: 0 auto 0 auto;}

img.displayed {

    max-width:100% !important;
    height:auto;
    display:block;
    margin-left: auto;
    margin-right: auto }

    .cont {display: none;}
          .show:focus + .hide {
          	display: inline; 
          }

          .show:focus + .hide + .cont {
          	display: block;
          }  


#second {
    display: none;
    z-index: 5000;
}

#fourth {
    display: none;
    z-index: 5000;
}

#sixth{
    display: none;
    z-index: 5000;
}

/*PROMPTS*/

#promptholder{

	display: none;
	position: absolute;
	top: 18%;
	left: 15%;
	background-color: #1D4E89;

	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 70%;
	    z-index: 5000;
	padding: 0.5em;
	cursor: move;
	z-index: 5000;
}

.prompt {
	display: none;
	z-index: 5000;
}
.prompt p{
	width:90%; 
	line-height: 1em;
	 color: skyblue;
	 padding-bottom:1em;
	 margin-left: 5%;
	 text-align:left;}

.prompt h5{

	color: #fff;
	font-weight: 400;
	text-align: left;
	margin-left: 4%;
}

#promptNumber {
	display: inline-block;
	width: 50%;
	margin-left: 25%;
}

.promptNumberSquare{
	width: 5px;
	height: 5px;
	margin: 0 10px;
	background-color: #FFF;
	display: inline-block;
}


.promptNumberSquare.focus{
	width: 10px;
	height: 10px;
	background-color: #FFF;
}

#promptClose_btn{
	background-color: #FD844C;
	background-image: url("../../images/artwork_icon_close.png");
	width: 32px;
	height: 33px;
	border:0;
	outline: 0;     
	outline-style:none;     
	outline-width:0;
	float: right;

}

#promptLeft_btn {
	background-image: url("../images/left.png");
	width: 32px;
	height: 33px;
	float: left;

}
#promptRight_btn {
	background-image: url("../images/right.png");
	width: 32px;
	height: 33px;
	float: right;

}

#promptLeft_btn:hover{
	background-image: url("../images/left.png");
	width: 32px;
	height: 33px;
	float: left;
	opacity:0.7;


}
#promptRight_btn:hover{
	background-image: url("../images/right.png");
	width: 32px;
	height: 33px;
	float: right;

	opacity:0.7;

}
#promptholder button{
	cursor: pointer;
	z-index: 5000;
}
.prompt button:hover{
	background-position: 0px -35px; 
	cursor: pointer;
	z-index: 5000;
}


#prompt_btn:a {
	z-index: 5000;
	background-image: none;
}


#prompt_btn {
	position: relative;
	margin: 0 20px;
	height: 1.5em;
	cursor: pointer;
	z-index: 5000;
	background-image: none;
	margin: 2% 0;
}
#prompt_btn:hover {
	
	background-image: none;
}

#prompt_btn:a {
	background: #1D4E89;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	color: #FFF;
	padding: 3px 6px 2px 6px;
	text-align: center;
	text-decoration: none;
	background-image: none;
	z-index: 5000;
}

button {background: #1D4E89;
background-image: none;}
