
#divProgress{
    border:2px solid #ddd;
    padding:10px;
    width:300px;
    height:265px;
    margin-top: 10px;
    overflow:auto;
    background:#f5f5f5;
}

#progress_wrapper{
    border:2px solid #ddd;
    width:321px;
    height:20px;
    overflow:auto;
    background:#f5f5f5;
    margin-top: 10px;
}

#progressor{
    background: #27851e;
    width:0%;
    height:100%;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;

}

.demo_container{
    width: 680px;
    margin:0 auto;
    padding: 30px;
    background: #FFF;
    margin-top: 50px;
}

.my-btn, .my-btn2{
    width: 297px;
    margin-top: 22px;
    float: none;
    display: block;
}

.progess_title{
    font-size: 22px;
    margin-bottom: 20px;
}

.float_left{
    float: left;
}

.float_right{
    float: right;
}

.demo_container::after {
    content: "";
    clear: both;
    display: block;
}

.ghost-btn.active {
    border: 2px solid #D23725;
    color: #D23725;
}

.ghost-btn {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #3b8dbd;
    line-height: 15px;
    color: #3b8dbd;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 15px;
    padding: .6em 1.5em;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #ffffff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    zoom: 1;
    -webkit-backface-visibility: hidden;
    position: relative;
    margin-right: 10px;
}
.ghost-btn:hover {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: #3b8dbd;
    color: #ffffff;
}
.ghost-btn:focus {
    outline: none;
}

.ghost-btn.active {
    border: 2px solid #D23725;
    color: #D23725;
}

.ghost-btn.active:hover {
    border: 2px solid #D23725;
    background: #FFF;
}

.method_wrappers{
    margin-bottom: 20px;
}