﻿.table-CPO-container {
    overflow-x: auto;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.table-CPO {
    border: 1px solid black;
    align-self: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: #333333;
    text-decoration: underline;
}

    a:hover {
        color: #333333;
    }

.external-link {
    height: 0.9em;
    position: relative;
    opacity: 0.20;
}

.table-CPO b {
    font-weight: 600;
}

.table-CPO small {
    font-size: 85%;
}

.table-CPO i {
    font-style: italic;
}

.table-CPO > thead > tr:nth-child(even) > th {
    color: #fff;
    background-color: #0073E3;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

    .table-CPO > thead > tr:nth-child(even) > th:first-child {
        background-color: #004E99;
    }

.table-CPO > thead > tr:nth-child(odd) > th {
    color: #004E99;
    font-size: 120%;
    font-weight: 600;
    font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.table-CPO > thead > tr > th,
.table-CPO > thead > tr > td {
    border: 0px;
}

.table-CPO > tbody > tr:nth-child(odd) > td {
    background-color: #e7e7e8;
}

    .table-CPO > tbody > tr:nth-child(odd) > td:first-child {
        background-color: #d2d3d5;
        font-weight: 600;
    }

.table-CPO > tbody > tr > td:nth-child(3) {
    text-align: center;
}

.table-CPO > tbody > tr > td:nth-child(4) {
    text-align: center;
}

.table-CPO > tbody > tr > td:nth-child(5) {
    text-align: center;
}

.table-CPO > tbody > tr > th,
.table-CPO > tbody > tr > td {
    border: 0px;
}

.table-CPO > tfoot > tr > td {
    background-color: #EDF6FF;
    border: 0px;
    font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.table-CPO > tfoot > tr > th,
.table-CPO > tfoot > tr > td {
    border: 0px;
}

@media screen and (max-width: 1017px) {
    .table-CPO > thead > tr:nth-child(2) {
        border: none;
        clip: rect(0 0 0 0 );
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-CPO tbody tr {
        display: block;
        margin-bottom: 30px;
    }

    .table-CPO > tbody > tr > td {
        text-align: left !important;
        display: block;
    }

        .table-CPO > tbody > tr > td > div {
            width: 100%;
            padding: 0px;
            margin: 0px;
            border: 0px;
            margin-right: auto;
            margin-left: auto;
            min-width: 350px;
            /*the following for eliminating the gap between two embedded divs that are styled as inline-block*/
            display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex; /* NEW - Chrome */
            display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        }

            .table-CPO > tbody > tr > td > div > div {
                text-align: left;
                width: 50%;
                display: inline-block;
                padding-left: 7px;
                /* the following for fixing width when do the padding*/
                -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
                -moz-box-sizing: border-box; /* Firefox, other Gecko */
                box-sizing: border-box; /* Opera/IE 8+ */
            }

            .table-CPO > tbody > tr > td > div > .headerDiv:after {
                content: attr(data-label);
                font-weight: bold;
                overflow-wrap: normal;
            }

    .table-CPO > tbody > tr:nth-child(odd) > td:nth-child(even) {
        background-color: white;
    }

    .table-CPO > tbody > tr:nth-child(odd) > td:nth-child(odd) {
        background-color: white;
    }

    .table-CPO > tbody > tr > td:nth-child(even) > div > div {
        background-color: white;
    }

    .table-CPO > tbody > tr > td:nth-child(odd) > div > div:first-child {
        background-color: #d2d3d5;
    }

    .table-CPO > tbody > tr > td:nth-child(odd) > div > div:nth-child(2) {
        background-color: #e7e7e8;
    }

    .table-CPO > tbody > tr > td:first-child > div > div:first-child {
        background-color: #004E99;
        color: white;
    }

    .table-CPO > tbody > tr > td:first-child > div > div:nth-child(2) {
        background-color: #0073E3;
        color: white;
    }
}