.profile-progress  .perc {
  background-color: #FFF1E7;
  text-align:left;
  margin-top: 10px;
  margin-right: 50px;
  color: #fff;
}

.profile-progress > div{
  background-color: white;
}

.profile-ul li img{
  width:10px;
  height:10px;
}

.profile-progress  .profile-tips {
  background-color: white;
}

.profile-progress  .profile-tips  .profile-ul {
  margin: 0;
  padding-left: 0;
  margin-left: 5px;
  text-align: left;
}

.profile-progress  .profile-tips  .profile-ul li{
  list-style-type:none;
}

.profile-progress  .profile-tips  .profile-ul li a{
  margin-left: 3px;
  margin-top: 2px;
  text-decoration:none;
}

.profile-progress {
  background-color: white;
  width: 240px;
  text-align: center;
  margin-top: 12px;
}

.profile-progress h4 {
  text-align: left;
}

.profile-progress span {
        margin-top:2px;
        display: block;
        height: 20px;
        /*height: 100%;*/
        background: #ffa968; /* Old browsers */
        background: -moz-linear-gradient(top, #ffa968 0%, #ff7811 50%, #ff8121 51%, #ff8e36 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa968), color-stop(50%,#ff7811), color-stop(51%,#ff8121), color-stop(100%,#ff8e36)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffa968 0%,#ff7811 50%,#ff8121 51%,#ff8e36 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffa968 0%,#ff7811 50%,#ff8121 51%,#ff8e36 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffa968 0%,#ff7811 50%,#ff8121 51%,#ff8e36 100%); /* IE10+ */
        background: linear-gradient(top, #ffa968 0%,#ff7811 50%,#ff8121 51%,#ff8e36 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa968', endColorstr='#ff8e36',GradientType=0 ); /* IE6-9 */
        position: relative;
        
        overflow: hidden;
        
        left: 0;
        text-align: center;
}
