.els-problem:last-child {
    border-bottom: 0;
}

.els-problem {
    padding: 0 15px 10px 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dfdfdf;
}

.els-problem-con {
    margin-top: 15px;
}

.els-problem-con h3 {
    font-weight: 900;
    font-size: 15px;
    color: #666;
}

.els-problem-con h3 b {
    display: inline-block;
    width: 20px;
    margin-right: 4px;
    text-align: center;
    height: 20px;
    background-color: #0a90d6;
    color: #fff;
    border-radius: 3px;
}

.els-problem-con p {
    margin-top: 5px;
    line-height: 25px;
    font-size: 16px;
    color: #898a8a;
}

.els-instructions {
    margin-top: 8px;
}

.els-instructions p {
    line-height: 28px;
    font-size: 16px;
    color: #898a8a;
    text-indent: 2em;
    margin-bottom: 8px;
}

.els-instructions p a {
    color: #2352c4;
    line-height: 28px;
    font-size: 16px;
}

.els-instructions h3 {
    font-weight: 900;
    font-size: 17px;
    color: #666;
    line-height: 30px;
}