.md-bkg {
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top: 0; 
	left: 0; 
	background-color: rgba(0,0,0,0.4); 
	opacity: 1; 
	z-index: 5000; 
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

.md-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.modal-header .close {
    margin-top: -2px;
}

.md-close {
	color: #fff;
	opacity: 1;
}

.md-close:focus, .md-close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: 1;
}
