#maintenance_wp_by_arrow_content{
    text-align: center;
}

#maintenance_wp_by_arrow_footer{
    text-align: center;
}

#maintenance_wp_by_arrow_footer_credit{

	position: fixed;
    bottom: 0;
    right: 20px;
}

.maintenance_wp_by_arrow_progress{
	
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 30%;
    margin-left: 35%;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);	
}

.maintenance_wp_by_arrow_progress_bar{
    background-color: #5cb85c;
}

.maintenance_wp_by_arrow_progress_bar_success{

    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

