.imageContainer img{
	width:100%;
	height:auto;
}

.listingContainer {
    margin-bottom: 10px;
    padding: 10px;
    border: solid #354a84 1px;
}

input.titleText {
    background-color: rgba(0,0,0,0);
    font-size: 22px;
    color: #a5bcff;
    border: none;
}

textarea{
	width:100%;
	height:70px;
	max-width:100%;
	    background-color: rgba(0,0,0,0);
border:none;  
resize: none;
    overflow: hidden;
}


.imageContainer{
	cursor:pointer;
}



.activity-intro {
    padding: 5px 0 20px;
}

#characterPop img{
	width:100%;
	height:auto;
	cursor:pointer;
}

#characterPop h4{
	margin-top: 15px;
    margin-bottom: 5px;
}


@media print {
  #flare{
  	display:none;
  }
}