#header {
	background-color: #b0b0b0;
	color: #14284b;
}

#branding .branding-container {
	display: flex;
	align-items: center;
}

#branding .branding-container img {
	max-width: 40px;
}

#branding .branding-container h1 {
	margin: 0 10px;
	color: #14284b;
}

div.breadcrumbs {
	background-color: #14284b;
}

.module caption {
	background-color: #14284b;
}

a:link,
a:visited {
	color: #14284b;
}

.submit-row input.clear-cache {
	background: #d24600;
	float: left;
	margin-right: 1em;
}

.submit-row input.clear-cache:hover {
	background: #d45618;
}

section.analytics table {
	width: 100%;
}

section.analytics table td {
	width: 14%;
}

.app-fabric_center #fabric_set-group table td ul {
	margin: 0;
	padding: 0 5px;
}

.app-fabric_center #fabric_set-group table td.field-filter_color ul {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.app-fabric_center #fabric_set-group table td ul li {
	list-style-type: none;
}

.app-fabric_center.model-pattern .field-filter_color ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
