<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/********************* standard HTML tag styles *********************/

body, td {
	font-family: "Georgia", serif;
}




p {
	font-family: "Georgia", serif;
}

.navbar-inner {
    
}



/********************* overriden Salesforce styles *********************/

.errorMsg {
	color: red;
}

.messageText {
	color: red;
}

.messageTable {
	color: red;
}



/********************* Volunteers Personal Site custom styles *********************/
.cssPersonalSiteButtons {
	font-family: "Georgia", serif;
}

a{
	color:#0fab4d;
}

.btn{
	font-family: "Georgia", serif;
	font-weight: bold;
	color: #f58220;
}
.btn:hover{
	color: #0fab4d;
}


.cssLoading {
	display: none;
	z-index: 99;
	position: fixed;
	top: 30%;
	left: 30%;
	background: lightyellow;
	width: 400px;
	height: 40px;	
	border: 1px solid #cacaca;
	color: #666;
	padding: 4px;	
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;	
} 

.cssContactLookupPanel {
	width: 300px;
	display: inline-block;
}

.error {
	color: red;
}

/*Resizing name panel and graph*/
.well.sidebar-nav.well-large{
	width:140%;
}
.well.large{
	position:relative;
	margin-left:15%;
	width: 100%;
}




/******************** for tabular field/value display ********************/
.cssLabelsColumn {
	width: 150px;
	vertical-align: top;
	font-weight: bold;
	text-align: right;	
	padding: 0 10px;	
}

.cssInputFieldsColumn {
	vertical-align: top;
}

.cssInputFields {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.cssTextArea { 
	width:300px; 
}

/************************** for VolunteersJobListing page ****************/
.cssJobName {
	font-weight: bold;
	font-size: 1.5em;
}

.cssSignupDisplayName {
	font-weight: bold;
}

.cssJobSkills {
	font-style: italic;
}

.cssJobShiftSignup {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ui-widget input.cssInputFields  {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.ui-widget input.cssButton  {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

#ui-dialog-title-dlgSignUp {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.requiredInput {
	color: red;
}

/*** Underlining between shifts ***/
.cssJobShiftSignup {
	border-bottom:1px dashed #adacac;
	padding-bottom: 20px;
}

/* Signup Buttons */
.cssJobShiftSignup{
	padding:8px;
}
.cssJobShiftSignup &gt; span a {
	font-weight:bold;
	background-color: #f58220;
	color:#ffffff;
    border:#f58220 1px solid;
	padding: 5px 20px 5px 20px;
	border-radius: 13px;
}
.cssJobShiftSignup &gt; span a:hover{
	text-decoration:none;
	background-color:#0fab4d;
	border:#0fab4d 1px solid;
	color:#fff;
}

{"mode":"full","isActive":false}</pre></body></html>