.panel-body {
	padding:5 0 0 10;
}

.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.applet {
	margin-top:0px;
	padding:10px;
	margin-bottom:0px;
	font-size:xx-large;
}
.applet_header {
	background-color:rgba(5,60,150,1.0);
	color:white;
	padding:40px;
	padding-top:10px;
}
.applet_content {
	padding:20px;
}
.title_block {
	padding:10px;
	padding-left:200px;
	margin-right:30px;
	border-radius: 0px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 5px solid #D8D8D8;
	font-size: 4vw;
	font-weight: bold;
	background-color: rgba(247,244,244,0.7); 
	max-height: 100px;
	z-index:5; 
	width:100%;
}
.info {
	padding:0px;
	left:0;
	bottom:0;
    position: absolute;
	font-size: 2vw;
	font-weight: bold;
}

.white-box{
	background-color: whitesmoke;
	border-radius: 10px;
	border-left: thin solid silver;
	border-bottom: thin solid silver;
  margin:7px;
  box-shadow: 1px 2px 2px rgb(228, 221, 221);
  padding: 10px;
}

/* Front page access control block */
.access-block {
	padding:20px
}
.access-middle {
	background-color: white; 
}
.access-end {
	background-color: gainsboro; 
}