.hidden {
	display: none!important;
    visibility: hidden!important;
}


.modal-dialog.maxSize { 
    width: 820px;
    height: 500px;
}

.modal-content.maxSize {
  height: 100%;
  border-radius: 0;
}

.jumbotron {
	padding-top: 3rem; 
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

body {
	margin-top: 20px;
}