.helpArticle {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.65;
    font-size: 16px;
}

.helpArticle h2 {
    color: #4b2b5f;
    border-bottom: 2px solid #d8c2e4;
    padding-bottom: 8px;
    margin-top: 10px;
}

.helpArticle h3 {
    color: #5f3b74;
    margin-top: 28px;
    border-left: 5px solid #d8c2e4;
    padding-left: 10px;
}

.helpArticle table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    background: #fff;
}

.helpArticle th {
    background: #f1e7f6;
    color: #3d234f;
    text-align: left;
}

.helpArticle th,
.helpArticle td {
    border: 1px solid #d7c7df;
    padding: 9px;
    vertical-align: top;
}

.helpArticle tr:nth-child(even) {
    background: #fbf7fd;
}

.helpArticle ul {
    margin-top: 8px;
    margin-bottom: 18px;
}

.helpArticle li {
    margin-bottom: 6px;
}

/* Reusable special information boxes */
.helpBox {
    border-radius: 8px;
    padding: 16px 20px;
    margin: 24px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.helpBox.didYouKnow {
    background: #fff9e8;
    border-left: 6px solid #d4a017;
}

.helpBox.history {
    background: #f8f1fb;
    border-left: 6px solid #8a5aa6;
}

.helpBox.related {
    background: #f4f8fc;
    border-left: 6px solid #4d82b8;
}