﻿
.modalTitleText {
font-family:monospace,sans-serif;
font-size:larger;
color:white;
background-color:#286090;
padding-bottom:1px;
}

.modal-body {
    max-height: 80vh;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align:justify;
}

.modal-content {
	width:60vh;
}