﻿    .progress-bar-single-center {
        position: absolute;
        /*left: 40.5%;*/
        left: 46%;
    }

    .backhome-main:hover {
        cursor: pointer;
    }

    .backhome-main {
        float: left;
        margin-right: 10px;
        height:80px;
    }

    .icon-back {
        font-size: 35px;
        float: left;
        height: 50px;
        margin-right: 5px;
        margin-top: 15px;
    }

    .icon-home {
        float: left;
    height: 50px;
    margin-top: 25px;
    }

        .icon-home img {
            float: left;
        }

        .icon-home label {
            float: right;
            color: white;
            clear: both;
        }
