.formFieldset.personal {
        border-right: 0;
        display: block;
        height:  auto;
        width: 100%;
        min-height: 0 ;
    }

    .formFieldset.other {
    border-left: 0;
        display: block;
        height:  auto;
        width: 100%;
        text-align:  left;
}


select {
    border: 1px solid #6b6b6b;
    background:  #FFF;
    font-size:  18px;
    padding:  11px 3%;
    color:  #444;
    font-family: "myriad-pro", "Myriad Web Pro", "Myriad Pro", 'Segoe UI', sans-serif;
}

select.half {
   width: 48%; 
}

select.fourth {
   width: 20%; 
}

.full {
    width:  89%;
}


.other label:not(.inline) {
    margin-left: 0px;
}

.half {
    width: 36.5%; 
}

.half.push {
    margin-right:  5%;
}

.third.push {
    margin-right:  4%;
}

.fourth.push {
    margin-right:  5%;
}

.third {
    width:  19.5%;
}

.fourth {
    width: 10%;
}

.container {
    width:  100%;
}

span.dash {
    display:  none;
}


input {
    padding:  12px 5%;
}

.seal.right {
    display:  none;
}


input[type="submit"] {
    width: 100%;
    font-size:  26px;
}

label.inline {
    padding-right: 10%;
}


#topBar {
    
    overflow:  hidden;
}

.approvedWrap {
    padding:  10%;
    
}

.approvedWrap h2 {
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom:  2px solid #999;
}