@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */



.timeline .step {
    color: #ccc;
    border-bottom: 4px solid #ccc;
}
.timeline .current{
     border-bottom: 4px solid  #339933;
}
.timeline li.current{
    color:#339933;
}
.timeline li{
    list-style-type:none;
    list-style-position: outside;
   
}
.timeline .step{
   text-align: center;
}
.timeline .subtext{
    position:relative;
    top:30px;
}