﻿
/* START FORCE WIDTHS*/
@media (min-width: 768px) {
    .tableStack_ tr th:first-of-type, .tableStack_ tr td:first-of-type {
        width: 300px !important;
    }

    .tableStack_ tr th:nth-child(4), .tableStack_ tr td:nth-child(4) {
        width: 200px !important;
    }
    .tableStack_ tr th:last-of-type, .tableStack_ tr td:last-of-type {
        width: 120px !important;
    }
}
/* END FORCE WIDTHS*/

.tableStack_ tr th:first-of-type, .tableStack_ tr td:first-of-type {
    width: unset;
}

caption {
    text-align: left;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
    color: #2d3e52;
}

body {
    font-family: Arial, sans-serif;
    color: #444;
}

.tableStack_ hr {
    margin: 3px 0;
}
.tableStack {
    margin: 1em 0;
    min-width: 300px;
}

.tableStack tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tableStack th {
    display: none;
    font-weight: 400;
}

.tableStack td {
    display: block;
}

.tableStack td:first-child {
    padding-top: .5em;
}

.tableStack td:last-child {
    padding-bottom: .5em;
}

.tableStack td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 110px;
    display: inline-block;
}

.tableStack_ th, .tableStack_ td {
    text-align: left;
    font-weight: normal;
    /*word-wrap: anywhere;*/
}

.tableStack_ {
    color: #222222;
}

.tableStack tr:first-of-type /*HIDE HEADER ON MOBILE*/ {
    display: none;
}

.tableStack_ tr {
    border-color: #aaaaaa;
    /* border: 1px solid #aaaaaa;*/
    display: block;
    /*margin-bottom: 10px;*/
}

.tableStack_ th, .tableStack td {
    padding: .5em 1em;
}


@media (max-width: 767px) {

    .tableStack tr td:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .tableStack tr > td:first-of-type {
        background: #F4C021;
        color: #000;
    }
    .td-mobile {
        display: table-cell;
    }

    .td-desk {
        display: none !important;
    }
}


@media (min-width: 768px) {

    .td-mobile {
        display: none !important;
    }

    .td-desk {
        display: table-cell;
    }
    .tableStack_ tr:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .tableStack_ th, .tableStack_ td {
        display: table-cell;
        padding: .25em .5em;
    }

    .tableStack_ th:first-child, .tableStack td:first-child {
        padding-left: 0;
    }

    .tableStack_ th:last-child, .tableStack td:last-child {
        padding-right: 0;
    }
    .tableStack_ td:last-child {
        text-align: center;
    }
    .tableStack_ th {
        background: #F4C021;
    }

    .tableStack_, .tableStack_ td, .tableStack_ th {
        border-collapse: collapse;
        border: 1px solid #999999;
    }
        
    .tableStack_ th {
        border: 1px solid #84192e;
    }

    .tableStack_ th, .tableStack_ td:before {
        color: #000;
    }

    .tableStack_ td:before {
        display: none;
    }

    .tableStack_ th, .tableStack td {
        padding: 5px !important;
    }

    .tableStack_ tr {
        display: table-row !important;
        margin-bottom: 0px;
    }

    tableStack_ th, .tableStack_ td {
        word-wrap: unset;
    }
}

.tableStack_ th {
    background: #F4C021;
}

.tableStack_ th, .tableStack_ td:before {
    color: #000;
}

.tableStack_ td:last-child {
    text-align: center;
}

.tableStack_, .tableStack_ td, .tableStack_ th {
    border-collapse: collapse;
    border: 1px solid #999999;
}

.tableStack_ tr {
    display: table-row !important;
    margin-bottom: 0px;
}