[role="button"] {
	 cursor: pointer;
}
 .modal {
	 padding-top: 75px;
	 z-index: 5555;
	 font-family: Arial;
}
 .modal-content {
	 font-size: 14px;
	 line-height: 1.5;
	 font-weight: 400;
}
 .modal-header {
	 padding: 15px;
	 border-bottom: 1px solid #e5e5e5;
	 min-height: 16.42857143px;
}
 .modal-header h4 {
	 font-size: 20px;
}
 .modal-title {
	 font-size: 20px !important;
	 font-weight: 400;
}
 .modal-body {
}
 .modal-footer {
}
/* Media Queries start here ----------------------------*/
 @media (min-width: 768px) {
	 .modal-dialog {
		 width: 600px;
		 margin: 30px auto;
	}
	 .modal-content {
		 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	 .modal-sm {
		 width: 300px;
	}
}
 @media (min-width: 992px) {
	 .modal-lg {
		 width: 900px;
	}
}
