
/*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%;
}
