.help-content .tab-link {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 15px 25px;

    border-left: 10px solid #131F70;

    background: #F8F8F8;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.07), 0 1px 3px 0 rgba(0, 0, 0, 0.15);

    display: flex;
    align-items: center;
}

.help-content .tab-content {
    box-shadow: none;
    padding: 0;
}

.help-content .tab-content .version-card {
    padding: 30px 36px;
    box-shadow: 0 0 30px #e7e8f0;
    margin-bottom: 24px;
}

.help-content .tab-content .document-title {
    min-width: 140px;
    display: inline-block;
}

.help-content .tab-content .version-card .version {
    font-size: 110%;
}

.help-content .tab-link span {
    color: #131F70;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.help-content .tab-link.active {
    border-color: #EE7F01;
    background: white;
}

.help-content .tab-link img.icon {
    height: 40px;
    width: 40px;
    margin-right: 20px;
}

.help-tabs .tab-content .version {
    font-weight: 700;
}

.help-tabs .tab-content .version-link {
    display: inline-block;
    margin-right: 10px;
    /*position: relative;*/
}

.help-tabs .tab-content .version-link:not(:last-of-type):after {
    content: '|';
    margin-left: 10px;
}
