.modal-dialog { position: fixed; top: 80px; right: 40px; max-width: 480px;}.modal-header .close { color: #1969b2; font-size: 44px !important; opacity: 1; }.modal-header { height: 44px; border-style: none; }.modal-footer { display: none; }.modal-header .close:hover { color: #171717; }body.modal-open { margin: 0 !important; padding: 0 !important; }.modal-content{ border-style: none; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);            box-shadow: 0 5px 15px rgba(0,0,0,0);    	border-radius: 0px; box-shadow: 0 5px 15px rgba(0,0,0,0.5);  background-color: rgba(255,255,255,0.9);}.modal-content p { font-size: 16px; line-height: 21px; }.modal-content .h4 { color: #1969b2; font-size: 24px; line-height: 28px; }.modal-content a { color: #000; }.modal-content a:hover { color: #1969b2; }.modal-backdrop { background-color: transparent !important; }@media (max-width:580px) {	.modal-dialog { position: fixed; top: 80px; left: 0; right: inherit; max-width: 100%; }}