.window
{
	background-color: #E9EEE3;
	border-radius: 7px;	
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.5);
    padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.window > div:first-child {
	background-image: linear-gradient(to top, #749510, #A0CF17);
    border: 1px solid  #405309;
	/* background-image: linear-gradient(to top, #0F7B91, #16ADCC); */ 
	/* border: 1px solid #084551; */
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	color: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    height: 30px;
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

.window > div:first-child > div:first-child {
	font-size: 20px;
	margin-right: 5px;
}

.window > div:first-child > div:nth-child(2) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}