﻿.rTableContainer.rtStyle05 {
    max-width: 100%;
}

    .rTableContainer.rtStyle05 > table {
        width: 100%;
        border-spacing: 0;
    }

        .rTableContainer.rtStyle05 > table thead {
            position: absolute;
            clip: rect(1px 1px 1px 1px);
            /* IE6, IE7 */
            padding: 0;
            border: 0;
            height: 1px;
            width: 1px;
            overflow: hidden;
        }

            .rTableContainer.rtStyle05 > table thead th {
                background-color: #0d6489;
                border: 1px solid #2591bc;
                font-weight: normal;
                text-align: center;
                color: white;
            }

                .rTableContainer.rtStyle05 > table thead th:first-of-type {
                    text-align: left;
                }

        .rTableContainer.rtStyle05 > table tbody,
        .rTableContainer.rtStyle05 > table tr,
        .rTableContainer.rtStyle05 > table th,
        .rTableContainer.rtStyle05 > table td {
            display: block;
            padding: 0;
            text-align: left;
            white-space: normal;
        }

        .rTableContainer.rtStyle05 > table th,
        .rTableContainer.rtStyle05 > table td {
            padding: 0.5em;
            vertical-align: middle;
        }

        .rTableContainer.rtStyle05 > table tbody tr {
            margin-bottom: 1em;
        }

            .rTableContainer.rtStyle05 > table tbody tr:last-of-type {
                margin-bottom: 0;
            }

        .rTableContainer.rtStyle05 > table tbody td {
            text-align: right;
            border-bottom: solid 1px #ddd;
        }

            .rTableContainer.rtStyle05 > table tbody td:first-of-type {
                background-color: #0d6489;
                color: white;
                text-align: left;
            }

            .rTableContainer.rtStyle05 > table tbody td.number {
                text-align: right;
            }

            .rTableContainer.rtStyle05 > table tbody td[data-title]:before {
                content: attr(data-title);
                float: left;
                font-size: 1em;
                color: rgba(0, 0, 0, 0.54);
            }

@media (min-width: 480px) {
    .rTableContainer.rtStyle05 > table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }

    .rTableContainer.rtStyle05 > table tr {
        display: table-row;
    }

    .rTableContainer.rtStyle05 > table th,
    .rTableContainer.rtStyle05 > table td {
        display: table-cell;
        padding: 0.5em;
    }

    .rTableContainer.rtStyle05 > table tbody {
        display: table-row-group;
    }

        .rTableContainer.rtStyle05 > table tbody tr {
            display: table-row;
            border-width: 1px;
        }

            .rTableContainer.rtStyle05 > table tbody tr:nth-of-type(even) {
                background-color: rgba(0, 0, 0, 0.12);
            }

        .rTableContainer.rtStyle05 > table tbody td {
            border-left: 1px solid #2591bc;
            border-bottom: 1px solid #2591bc;
            text-align: center;
        }

        .rTableContainer.rtStyle05 > table tbody td:first-of-type {
            border-left: 1px solid #2591bc;
            border-bottom: 1px solid #2591bc;
            background-color: transparent;
            color: #000001;
            text-align: left;
        }

            .rTableContainer.rtStyle05 > table tbody td:last-of-type {
                border-right: 1px solid #2591bc;
            }

            .rTableContainer.rtStyle05 > table tbody td[data-title]:before {
                content: none;
            }
}

