	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color:#12BACD; /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	/* Modal ContentBox */
	.modal-content {
		background-color: #12BACD;
		margin: 15% auto; /* 15% from the top and centered */
		padding: 20px;
		border: 1px solid #ffffff;
		width: 80%; /* Could be more or less, depending on screen size */		
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border: 0px solid #ffffff;
	}
	/* The Close Button */
	.close {
		color: #ffffff;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}
	.close:hover,
	.close:focus {
		color: #ffffff;
		text-decoration: none;
		cursor: pointer;
	}
	/* Modal ContentBox */
	.modal-content-prezi {
		/*background-color: #00CC66;*/
		margin: 15% auto; /* 15% from the top and centered */
		padding: 20px;
		border: 1px solid #ffffff;
		width: 80%; /* Could be more or less, depending on screen size */		
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border: 0px solid #000000;
	}
	.p
	{
		color:#ffffff;
	}