﻿.loadbar {
    width: 20%;
    height: 150px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    left:40%;
    right:40%;
  }

.bar {
    width: 100%;
    display: block;
    /*font-family: arial;*/
    font-size: 14px;
    /*background-color: #bb9319;*/
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
   
}
