		.modal {
			text-align: center;
		}

		.modal .modal-content {
			padding:  0px 30px;
		}

		.modal h5 {
			margin:  0 auto;
		}

		.modal .button {
			text-decoration: none;
		    padding: 15px 0px;
		    border: 0;
		    outline: 0;
		    border-radius: 40px;
		    font-weight: bold;
		    display:  block;
		    text-align: center;	
		    max-width:  200px;
		    margin-bottom:  20px;
		    display:  inline-block;
		    padding:  20px;
		}

		.modal h3 {
			color:#515DA2;
		}

