ul.face-wizard-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    /*
     *  Commented out since Firefox version 42.0 kept crashing
     *  position: relative;
     */
    display: block;
    clear: both;
    }

    ul.face-wizard-steps li.face-wizard-step {
        clear: both;
        /*font: 10px Verdana,Arial,Helvetica,Clean,sans-serif;*/
        /*
         *  Commented out since Firefox version 42.0 kept crashing
         *  display: block;
         */
        margin: 0;
        }
    
        ul.face-wizard-steps .face-wizard-step fieldset {
            border: 0;
            margin-top: 5px;
            margin-bottom: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
            }
    
        ul.face-wizard-steps .face-wizard-step legend {
            /*color: #4080BF;*/
            /*font: bold 14px Verdana,Arial,Helvetica,Clean,sans-serif;*/
            padding: 0 2px 3px 0;
            margin-top: 5px;
            margin-bottom: 5px;
            }
            
        ul.face-wizard-steps .face-wizard-buttons {
            padding: 0.3em 0.2em 0 0.4em;
        }
    
    ul.face-wizard-steps button.face-wizard-button-next,
    ul.face-wizard-steps button.face-wizard-button-abort,
    ul.face-wizard-steps button.face-wizard-button-finish {
        float:right;
        }
    
ul.face-wizard-titles {
    list-style: none;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    display: block;
    }

    /*
     *  Commented out since Firefox version 42.0 kept crashing
     *  ul.face-wizard-steps:after,
     */
    ul.face-wizard-titles:after,
    .face-wizard-buttons:after {
        clear:both;
        display:block;
        visibility:hidden;
        overflow:hidden;
        height:0 !important;
        line-height:0;
        font-size:xx-large;
        content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
        }

    ul.face-wizard-titles li {
        color: #DDD;
        cursor: pointer;
        font-weight: bold;
        font-size: 20px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        float: left;
        position: relative;
        display: block;
        text-align: center;
        }

        ul.face-wizard-titles li.face-wizard-step-current {
            color: #759BB1;
            cursor: auto;
            }

        ul.face-wizard-titles li span {
            font: 12px Verdana,Arial,Helvetica,Clean,sans-serif;
            display: block;
            word-wrap: break-word;
            }

        .phone ul.face-wizard-titles li.face-wizard-step-current,
        .phablet ul.face-wizard-titles li.face-wizard-step-current {
            width: 100% !important;
            }

        .phone ul.face-wizard-titles li:not(.face-wizard-step-current),
        .phablet ul.face-wizard-titles li:not(.face-wizard-step-current) {
            display: none !important;
            }
