.modal-dialog,
.modal-content {
	/* 80% of window height */
	height: 80%;
	margin: 30px auto;
}




.modal-body {
	/* 100% = dialog height, 120px = header + footer */
	max-height: calc(100% - 120px);
	overflow-y: scroll;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.btn-primary:disabled{
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}


.card-header{
	padding-left: 0!important;
}

.card-header button{
	padding-left: .3rem !important;
	font-size: small;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
}


.privacy-text-small{
	font-size: small;
}




.card {
    max-width: 100%;
}
