div#item_99_container
{
    width:100%;
}

.hideHeading:not(.step1 .hideHeading) {
    display:none !important;
}

.hideHeading {
    margin-bottom: 0 !important;
}

div#item_99_container.split.left
{
  	text-align: center;
    justify-content: center;
    display: table;
    width: calc(100% - -30px);
}

.split
{
    
    width:calc(50% - -20px);
    display:block;
    float:left
}


.split .form-control
{
    position: relative;
    z-index:100;
}


.split.left
{
    margin-right: -5px;
}


.split.right
{
    margin-left:-5px;
}