.md-close{
	float: right; 
	margin:8px 8px 3px 3px;
}
button.md-top-close {
	border:none;
}

.md-close .fa{
	font-size: 1.5em;
}
.md-close.md-top-close .fa{
	font-size: 1.8em;
	    font-size: 2em;
    position: absolute;
    right: 15px;
    top: 15px;
}
.md-content{
	padding: 30px;
}
.md-content button.nofloat{
	float: none !important;
}
@media screen and (max-width: 32em) {
	.md-modal  { font-size: 75%;  height: 100%; width: 100%;}
	.md-content {padding:0;}
}
@media (max-width: 767px) {
	.md-show.md-effect-3 .md-content {
		height: 100%;
		width: 100%;
		overflow: scroll;
	}
	.md-content .form-control{
		width: 70%;
		display: inline-block;
		margin-bottom: 10px;
	}
	.md-modal{
		width: 100%;
		height: 100%;
		overflow: scroll;
		min-width: 100%;
		min-height:100%;
	}

}