/*Update Jackson*/
table.member-list-table tr td{
    border-right: 0px;
    border-left: 0px;
    color: #676767;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.182%; /* 29.193px */
}

table.member-list-table tr td a {
    color: #676767;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 162.182%; /* 29.193px */
    display: inline-block;
    transition: transfrom 250ms;
}

table.member-list-table tr th {
    border: 0px;
    background: #5A5E72;
    color: #FFF;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 162.182%; /* 29.193px */
}

.list-of-members-section{
    display: none;
}

.view-list-of-members-button{
    color: #3C81C3;
    text-align: right;
    font-family: "Open Sans";
    font-size: 17px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 17px */
    text-decoration-line: underline;
    border: none !important;
    text-transform: uppercase;
}

.view-list-of-members-button:hover, .back-view-of-members-button:hover {
    background-color: transparent !important;
}

.arrow-icon-at-view::after {
    content: '>';
    position: relative;
    left: -20px;
    color: #3C81C3;
}

.back-view-of-members-button{
    color: #000;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    border: none !important;
}

table.member-list-table tr td a:hover {
    color: #3C81C3;
    text-decoration: underline;
    transition: transfrom 250ms;
    transform: translateX(1px);
}

@media only screen and (max-width: 768px) {
    .et_pb_button_module_wrapper.et_pb_button_3_wrapper.et_pb_module.arrow-icon-at-view {
        top: 35px !important;
    }
}