.import .process.complete {
    font-weight: bold;
    font-style: italic;
    color:#377b59
}
.import .process.fail {
    font-weight: bold;
    font-style: italic;
    color:#a36108 !important;
}
.import .process {
    font-style: normal;
    font-weight: normal;
    color:#999
}

.import .complete {
    font-weight: 500;
    font-style: normal;
    color:#13683d
}
.import .fail {
    font-weight: 500;
    font-style: normal;
    color:#a36108 !important;
}