/*
panel
	panel-heading
		h1
	pabel-body
		panel-image
	panel-footer
*/

.panel {
	border:  1px solid white;
	box-shadow: 5px 5px 10px #888888;
	margin: 20px 0px 10px 0px;
	padding: 10px 20px;
}

.panel-full-height {
	height: calc(100% - 20px);
}

.panel-heading {
	display: block;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5 {
	color:  #f67ef1;
	font-family: 'Geo Sans Light';
}

.panel-body {
	font-family: "Noto Sans";
	font-size: 1.1rem;
	font-style: none;
	font-weight: 400;
	font-weight: normal;
}

.panel-footer {
	font-family: "Noto Sans";
	/*padding: 0px 20px 10px 20px;*/
	font-size: 0.9rem;
}

.panel-body ul {
	list-style: disc;
}

.panel-body .panel-image img {
	max-width: 60%;
}

.panel-body .panel-image {
	display: flex;
  flex-direction: column;
  align-items: center;
}
.panel-body strong {
	font-weight: bold;
}

.panel-body .fileName {
	margin-bottom: 2px;
}


.panel-footer p {
	margin-top: 5px;
}


.tooltip .tooltip-inner {
/*	background-color: #eee;
	color:  black;*/
}
