 @charset "UTF-8";
/* CSS Document */
/*! Inline styles for MSPP elements */

.blue-italic {
	font-style: italic;
	color: #385D7F;
}

.datasheetrow-alt {
	background-color: #FFFDEB;
} 

.branding-message {
	font-size: 1.6em;
	line-height: 1.7em;
	color: #385D7F;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.redtext {color: #9E4C6E}

@media (min-width: 768px) {
	#main-menu > li {
		float: none;
		display: table-cell;
		width: 1%;
		text-align: center;
	}
}