/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/*
Modal mouse wheel issues in Chrome and MS-Edge:
https://github.com/nakupanda/bootstrap3-dialog/issues/70
*/

.modal {
    overflow: auto !important;
}

span p {
    margin-bottom: 35px !important;
}

.center > h4 {
    margin: 0 0 10px 0;
}
