/*
** mf-support.css
** Additional styles for use in support pages
*/

h2, h3 { color: #263133; padding: 0px 0px 20px 0px; margin: 0px; line-height: 1.1; }
h2 { font-size: 30px; font-weight: 300; }
h3 { font-size: 22px; font-weight: 400; }
.general-title { text-align: left; margin-top: 0; margin-bottom: 0; padding-bottom: 5px; }
.header-offset { display: none; }  /* eliminate space bewtween ubernav and breadcrumb */
ul { margin-left: 20px; }  /* increase indent for bullet list items */

.required { font-weight: bold; color: #990000; } /* required input fields in forms */
.supportform table tr td:first-child { text-align: right; }
.supportform td { padding: 8px; }
.contact-form-field-col { text-align: left; vertical-align: middle; }

.temporary-announcement-box {
    background-color: #ffffcc;
	padding: 10px;
	margin-bottom: 15px;
	font-size: medium;
}