body {
	background: #020224;
	font-family: "Segoe UI", "Tahoma", sans-serif;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: white;
}
img {
	border: 0;
}

#heading {
	background: #2C4A68;
	color: white;
	float: left;
	font-size: 20px;
	height: 150px;
	line-height: 40px;
	margin: 20px;
	padding: 20px;
	width: 150px;
}

.content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.content-header {
	background: navy;
	color: white;
	display: inline-block;
	height: 90px;	
	overflow: hidden;
	padding: 5px 8px;
	vertical-align: top;
	width: 84px;
	overflow-wrap: break-word;
}

#images {
}

#text {
	color: white;
}

.te_dashboard .te_middle .te_middle {
	padding: 10px !important;
}
