/* Content styles */
.ntlgmodal-content {

	color: #344644;
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;

	/*overflow-y: auto;*/

	.modal-close {
		float: right;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1;
		@include opacity(.2);

		&:hover,
			&:focus {
			text-decoration: none;
			cursor: pointer;
			@include opacity(.5);
		}
	}

	button.modal-close {
		color: #333;
		padding: 0;
		cursor: pointer;
		background: transparent;
		border: 0;
		-webkit-appearance: none;
	}

	.ntlgmodal-header,
	.modal-header {
		padding: 5px 10px 0;
		min-height: 30px;
	}

	.ntlgmodal-body,
	.modal-body {
		padding: 5px 20px 20px;
	}
}
