.widget{
	display:flex;
	flex-direction:column;
	}
.widget_title{
	color:white;
	background-color:navy;
	padding:1px 5px;
	}
.widget_header{
	
	}
.widget_body{
	flex:1;
	min-height:1px;
	overflow:auto;
	}
.widget_footer{
	
	}
.widgetApplication_body{
	display:flex;
	flex-direction:row;
	align-items: center;
    justify-content: space-evenly;
	}