
.ma-resume-list {
    overflow: hidden;
    margin: 0 0 20px;
}

.ma-resume-item {
    float: left;
    width: 100%;
    padding: 10px 20px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.ma-resume-item .col {
    float: left;
}
.ma-resume-item .col-1 {
    width: 8%;
}
.ma-resume-item .col-2 {
    width: 16%;
}
.ma-resume-item .col-3 {
    width: 25%;
}
.ma-resume-item .col-4 {
    width: 33%;
}
.ma-resume-item.header {
    background: #eee;
    border: none;
    font-weight: bold;
    line-height: 45px;
    padding: 0 20px;
}

.ma-resume-info {
    line-height: 30px;
    clear: both;
}
.ma-resume-item .name, .ma-resume-item .job {
    font-weight: bold;
    color: #66BE8C;
}