/*
* Mega Button Module Styling
*/

.mega-button {
	display: block;	
}

.mega-button:after {
  content: "";
  display: table;
  clear: both;
}

.mega-button .mega-button-content .mega-button-heading {
  width: 100%;
}

.reveal-modal.go-mega-pdf-popup {
    min-height: 75%;
    position: fixed !important;
    z-index: 999999 !important;
    top: 50% !important;
    left:0 !important;
    right:0 !important;
    margin:auto !important;
    transform: translateY(-50%);
}