.modal {
	text-shadow: none;
}

.modal .modal-close {
	float: right;
	color: #999;
	padding: 5px 10px;
	background: none;
	border: none;
	margin: 0 0 0 15px;
	border-radius: 0;
	text-shadow: none;
}

.modal .modal-close .fa {
	margin-right: 0;
}

/*Todo: Add modal header and footer from tabs here and generalize class names to match up with bootstrap docs/defaults */