﻿table.fspsTableStyle35 {
    border-radius: 5px;
    font-size: 1em;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

    table.fspsTableStyle35 td, table.fspsTableStyle35 th {
        text-align: center;
        padding: 8px;
    }

table.fspsTableStyle35 td {
    border-right: 1px solid #f8f8f8;
    font-size: 0.8em;
}

    table.fspsTableStyle35 thead th, table.fspsTableStyle35 thead td {
        color: #ffffff;
        background: #4FC3A1;
    }


        table.fspsTableStyle35 thead th:nth-child(odd), table.fspsTableStyle35 thead td:nth-child(odd) {
            color: #ffffff;
            background: #324960;
        }

table.fspsTableStyle35 tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */
@media (max-width: 767px) {
    table.fspsTableStyle35 {
        display: block;
        width: 100%;
    }

    table.fspsTableStyle35:after {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 0.8em;
        padding: 0 0 10px;
    }

        table.fspsTableStyle35 thead
        , table.fspsTableStyle35 tbody
        , table.fspsTableStyle35 thead th
        , table.fspsTableStyle35 thead td 
        {
            display: block;
        }

            table.fspsTableStyle35 thead th:last-child
            , table.fspsTableStyle35 thead td:last-child 
            {
                border-bottom: none;
            }

    table.fspsTableStyle35 thead {
        float: left;
    }

    table.fspsTableStyle35 tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    table.fspsTableStyle35 td, table.fspsTableStyle35 th {
        /*padding: 20px .325em .325em .325em;*/
        /*height: 60px;*/
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 0.8em;
        text-overflow: ellipsis;
    }

        table.fspsTableStyle35 thead th, table.fspsTableStyle35 thead td {
            text-align: left;
            border-bottom: 1px solid #f7f7f9;
        }

    table.fspsTableStyle35 tbody tr {
        display: table-cell;
    }

    table.fspsTableStyle35 tbody tr:nth-child(odd) {
        background: none;
    }

    table.fspsTableStyle35 tr:nth-child(even) {
        background: transparent;
    }

    table.fspsTableStyle35 tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }

    table.fspsTableStyle35 tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    table.fspsTableStyle35 tbody td {
        display: block;
        text-align: center;
    }
}
