﻿.fx-table .fab-tables.bordered li {
    background: none;
    text-align: right;
    border: solid 1px #ececec !important;
}

    .fx-table .fab-tables.bordered li:first-child div {
        background: #f6f7f8;
    }

    .fx-table .fab-tables.bordered li:nth-of-type(even) {
        background: none;
    }

    .fx-table .fab-tables.bordered li:not(:last-child) {
        border-bottom: none;
    }

    .fx-table .fab-tables.bordered li > div {
        background: #fff;
    }

        .fx-table .fab-tables.bordered li > div:not(:last-child) {
            border-left: solid 1px #ececec;
        }

.fx-table .fab-tables li {
    padding: 0 !important;
    margin: 0 !important;
}

.fx-table > label, .fx-table > .h3 {
    margin-top: 24px;
}

.fx-table li > div {
    padding: 20px;
}

    .fx-table li > div > div {
        padding: 0;
    }

    .fx-table li > div:nth-child(1) {
        width: 20% !important;
        max-width: 20%;
    }

    .fx-table li > div:nth-child(3), .fx-table li > div:nth-child(4) {
        width: 25% !important;
        max-width: 25%;
    }

    .fx-table li > div:nth-child(2) {
        width: 30% !important;
        max-width: 40%;
    }

.fx-table img {
    margin-left: 10px;
    width: 30px;
    height: 22px;
    border: none;
}

.fx-table .fab-tables li > div div.strong, .fx-table .fab-tables li > div strong, .fx-table .fab-tables li > div h2 {
    font: normal 16px "FSMatthew", "GESSTextMedium-Medium";
    color: #4c4e54;
    word-break: keep-all;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .fx-table {
        overflow: visible;
    }

        .fx-table .table-wrapper {
            margin: 0 -15px !important;
            width: auto !important;
            overflow: hidden;
        }

            .fx-table .table-wrapper.no-sticky .fab-tables li > div {
                padding: 10px;
                flex: initial !important;
                min-width: initial;
                text-align: center;
                justify-content: center;
            }

                .fx-table .table-wrapper.no-sticky .fab-tables li > div:first-child {
                    display: table;
                }

                .fx-table .table-wrapper.no-sticky .fab-tables li > div:nth-child(2) {
                    border-left: solid 1px #ececec;
                    text-align: rigth;
                    justify-content: flex-start;
                }

        .fx-table .fab-tables {
            width: 100%;
        }

        .fx-table img {
            margin: 0 auto 3px;
            display: block;
        }

        .fx-table .table-wrapper.no-sticky {
            width: 100%;
        }

            .fx-table .table-wrapper.no-sticky .fab-tables li {
                height: auto !important;
                text-align: right;
                display: flex;
                width: auto;
            }

                .fx-table .table-wrapper.no-sticky .fab-tables li > div {
                    flex: 1;
                    display: flex;
                    align-items: center;
                }

                    .fx-table .table-wrapper.no-sticky .fab-tables li > div:first-child {
                        position: static;
                        border-right: none;
                        width: auto;
                        justify-content: flex-start;
                    }

                        .fx-table .table-wrapper.no-sticky .fab-tables li > div:first-child::before {
                            display: none;
                        }

                    .fx-table .table-wrapper.no-sticky .fab-tables li > div:nth-child(2) {
                        border-right: none;
                    }

                    .fx-table .table-wrapper.no-sticky .fab-tables li > div:last-child {
                        border-left: none;
                    }

                    .fx-table .table-wrapper.no-sticky .fab-tables li > div > div {
                        display: block;
                        position: static;
                        width: 100%;
                        min-width: auto;
                        word-break: keep-all;
                        border: none;
                    }

                        .fx-table .table-wrapper.no-sticky .fab-tables li > div > div:before {
                            display: none;
                        }

                    .fx-table .table-wrapper.no-sticky .fab-tables li > div p {
                        margin-bottom: 0;
                        word-break: normal;
                        margin-left: 25px;
                    }
}

@media screen and (max-width: 767px) {
    .fx-table .table-wrapper {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.fx-table .table-wrapper .timestamp {
    font-weight: bold;
    margin-bottom: 25px;
    padding-right: 50px;
}

@media screen and (max-width: 991px) {
    .fx-table .table-wrapper .timestamp {
        font-weight: bold;
        margin-bottom: 25px;
        margin-top: 25px;
        padding-right: 50px;
    }
}
