.content {
    background: #eee;
    display: block;
    margin: 5px 5px 10px 5px;
    width: auto;
    border-radius: 5px;
}
.content > .body {
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
li{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 8px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;
    width:45%
}
#process{
    height: 75%;
}
.first-step .confirm,.second-step .reset{
    background: #1AB394;
    color: #fff;
    cursor: default;
}
.first-step .reset{
    background: #eee;
    color: #aaa;
    cursor: default;
}
.second-step .confirm{
    background: #6fd1bd;
    color: #fff;
}
.second-step #confirm-content,.first-step #reset-content{
    display:none ;
}
