.wi_masterheader {
    width: 100%;
    height: 61px;
    margin: 0px;
    background: url(imagesV2/logo.png) 0px 0px;
    background-repeat:no-repeat;
    background-size:contain;
    margin-top: 5px;
    margin-bottom: 20px; /* Increase from 5px to 20px */
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5C1600;
	padding-top: 20px; /* Add this line */
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5C1600; /* Changed from green to Shepley brown */
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C1600; /* Changed from green to Shepley brown */
	padding-top: 3px;
	padding-bottom: 3px;
}

.wi_button {
	background: #5C1600; /* Changed from blue to Shepley brown */
	color: #fff;
	padding: 5px;
	border: none !important;
	border-radius: 5px;
	margin: 5px;
	min-width: 95px;
}

.wi_buttonlong {
	background: #5C1600; /* Changed from blue to Shepley brown */
	color: #fff;
	padding: 5px;
	border: none !important;
	border-radius: 5px;
	margin: 5px;
	min-width: 250px;
}

.wi_buttonmedium {
	background: #5C1600; /* Changed from blue to Shepley brown */
	color: #fff;
	padding: 5px;
	border: none !important;
	border-radius: 5px;
	margin: 5px;
	min-width: 140px;
	margin-bottom: 15px;
}

.top_orange {
	display: flex;
	padding: 5px;
	background: #5C1600; /* Changed from blue to Shepley brown */
}

.top_orange_left {
	margin-left: 0px;
	background: #5C1600; /* Changed from blue to Shepley brown */
	font-weight: bold;
	color: #fff;
}

.wi_pagetitles {
	font-weight: bold;
	color: #5C1600; /* Changed from green to Shepley brown */
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	line-height: 35px;
}

.wi_formtableheader {
	font-weight: bold;
	color: #5C1600; /* Changed from green to Shepley brown */
	padding-left: 5px;
}

.wi_iccosigndocument_editfields_button {
	border-radius: 5px;
	border: 2px solid white;
	background-color: #5C1600; /* Changed from blue to Shepley brown */
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}

.wi_browserwarning_header_row {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #5C1600; /* Changed from green to Shepley brown */
	margin-top: -5px;
}

a.wi_iccosign_continueurl:hover {
    color: white;
}

.wi_body_client_dynamicaccounts .table-striped tbody tr:nth-of-type(odd).wi_dynamic_accounts_closed_accounts {
	background-color: lightgray !important;
}