.project-meme-modal {
	width: 438px;
}

	.popup-header {
		text-align: center;
		position: relative;
	}

		.popup-logo {
			margin: 10px 0px;
		}

		.popup-close {
			position: absolute;
			right: 5px;
			top: 5px;
			cursor: pointer;
		}

		.popup-close:hover,
		.popup-close:focus {
			color: #000000;
			text-decoration: none;
			opacity: 0.8;
			filter: alpha(opacity=80);
		}

	.popup-header-text span {
		font-family: "BreakersSlab-Bold", sans-serif;
		font-size: 40px;
		color: #FF0000;
		float: left;
		line-height: 100%;
		margin-left: 13px;
	}

	.popup-header-text img {
		float: left;
		margin-top: 15px;
	}

		.popup-header-text .gray-hr {
			float: right;
		}

	.popup-header-text .meme-text {
		color: #FFFFFF;
		text-transform: uppercase;
		background-color: #1d2f41;
		padding: 0px 3px;
	}

	.popup-header-text p {
		font-family: "Gibson-Regular", sans-serif;
		font-size: 20px;
		line-height: 100%;
		color: #1d2f41;
		padding-top: 5px;
	}

	.clear-both {
		clear: both;
	}

	.popup-body {
		margin: 20px 0px;
		font-family: "Gibson-Regular", sans-serif;
		font-size: 17px;
		color: #333333;
		text-align: center;
	}

		.meme-sample {
			margin-bottom: 15px;
		}

		.popup-body p {
			padding: 0px 20px;
			line-height: 120%;
		}

		.meme-emp-copy {
			font-family: "Gibson-Semibold", sans-serif;
			color: #1d2f41;
		}

			.meme-emp-copy:hover {
				color: #1d2f41;
			}

		.jtv-dot {
			color: #FF0000;
		}
