﻿.StepHeading
{
    float: left;
    /*   display: inline-block; */
    width: 30em;
    margin-top: 0.5em;
    margin-left: 0.5em;
    height: 2em;
}

.StepText
{
    float: left; 
    /*  display: inline-block; */
    width: 30em;
    margin-left: 0.5em; 
}

.StepButton
{
    /*  display:inline-block; */
    width: 10em;
    height: 4em;
    float: right;
    margin-right: 1em;
}

.StepStatusRight
{
	float: right;
	width: 9.5em;
	text-align: center;
	margin-top: 0.5em;
	margin-right: 1.3em;
	
}
.StepStatusLeft
{
	width: 9.5em;
	text-align: center;
	margin-right: 1.3em;
	
}




hr.StepDivider
{
      color: #000000 ;
      background-color: #000000 ;
      height: 1px;
      border: none;
      clear: both;
}