.ui-content .progress{display:flex;display:-webkit-flex;flex-flow:row nowrap;-webkit-flex-flow:row nowrap;justify-content:space-around;-webkit-justify-content:space-around;width:100%;background-color:transparent;box-shadow:none;align-items:center;padding-top:.5em}.ui-content .progress *{margin:0}.ui-content .progress p{border-style:solid;border-color:#fff;background:#add8e6;height:28px;width:28px;border-radius:28px;text-align:center;font-size:22px;cursor:pointer}.ui-content .progress p.done{background:url(../img/check-2.png) center center no-repeat #9acd32;height:22px;width:22px;border-radius:22px;font-size:0}.ui-content .progress p.todo{height:22px;width:22px;border-radius:22px;background:#d3d3d3;font-size:15px}.ui-content .progress .line{border-style:solid;border-color:#fff;border-top:3px solid #add8e6;flex-grow:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.ui-content .progress .line.done{border-top:3px solid #9acd32}.ui-content .progress .line.todo{border-top:3px solid #d3d3d3}