/**********
Hiding Print-Preview Element
********/

/*Print Preview button upper right corner*/
#print-preview {
	display: none !important;
}


/*Workflow Right Tab*/
.workflowRightTab{
	display:none; /*To Hide - comment out to show*/
}


/*Main Workflow Area*/
/*When hidding .workflowRightTab you must set this element to 100% width and max-width and turn off right border*/
div#workflow-background-wrapper {
	border-right: 0px;
	width: 100%;
	max-width: 100%;
}
/**********
Hiding Title Element
********/



/*Hide/Show Top title bar for Workflow*/
.page-top{
	display:none;  
}
#formHeaderDiv {display:none;}

.form-submit-button {padding-left: 1.2rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
	text-decoration: none;
	
	}

    .form-submit-button:hover {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
      text-decoration: underline;
        }
