rlversionhistory {
    display: none;
}

.version-history-items {
    font-family: "roboto";
    font-weight: 300;
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.version-history-items .item:not(:nth-child(1)) {
    border-top: 1px solid #ccc;
}

.version-history-items .item .headerarea {
    display: flex;
    align-items: center;
}

.version-history-items .item .headerarea img {
    width: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.version-history-items .item .header {
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
}

.version-history-items .item .summary {
    padding-bottom: 10px;
    line-height: 1.5;
}

div.knowmorebtn {
    line-height: normal;
    margin-bottom: 15px;

    /* font-size: 1.125rem; */
    color: #82be0f;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

.version-history-items .item.mainversion.item.mainversion.hideknowmorebtn div.knowmorebtn {
    display: none !important;
}

    /* .version-history-items .item.mainversion div.knowmorebtn:after {
        content: "  \25B6";
    }

    .version-history-items .item.mainversion.expand div.knowmorebtn:after {
        content: "  \25BC";
    } */

.version-history-items .item .details li b {
    font-weight: 500;
}

.version-history-items .item .details li {
    font-size: 16px;
    line-height: 1.5;
}

.version-history-items .item .details {
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 100%;
}

.version-history-items .item.mainversion .details {
    display: none;
}

.version-history-items .item.mainversion.hideknowmorebtn .details {
    display: block;
}

.version-history-items .item.mainversion.expand .details {
    display: block;
}

.version-history-items .item .details li {
    list-style-position: inside;
    text-indent: -22px;
    margin-left: 22px;
    line-height: 1.5;
}

.version-history-items .item .details .group {
    font-weight: 400;
}

.version-history-items .item .details .group:not(:nth-child(1)) {
    padding-top: 10px;
}

.version-history-items .item .details .subitem {
    padding-left: 40px;
    color: #666;
}

.version-history-items .item .details .groupitem {
    padding-left: 30px;
}

.version-history-items .item .details .groupitem.subitem {
    padding-left: 70px;
}

.version-history-items .more-history-btn {
    background-color: #ddd;
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
    cursor: pointer;
}

.version-history-items .more-history-btn:hover {
    background-color: #ccc;
}

.version-history-items .icon-arrow {
    top: -1px;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    background: transparent;
    border-top: 2px solid rgb(130, 190, 15);
    border-right: 2px solid rgb(130, 190, 15);
    -webkit-box-shadow: 0 0 0 lightgray;
    box-shadow: 0 0 0 lightgray;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.version-history-items .icon-arrow.right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.version-history-items .icon-arrow.icon-arrow-click {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 15px;
    top: -2px;
}

.version-history-items .more-history-btn {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}

.version-history-items .more-history-btn .icon-arrow {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.version-history-items .more-history-btn:hover, .version-history-items .more-history-btn.click {
    background-color: #808080;
}
