/* responsive table 2 */

.responsive-table-2 {
    width: 100%;
    margin-bottom: 1.5em;
    border-collapse: separate;
    border-spacing: 2px;
}

@media (min-width: 48em) {

    .responsive-table-2 {
        font-size: 0.9em;
    }
}

@media (min-width: 62em) {

    .responsive-table-2 {
        font-size: 1.23em;
    }
}

.responsive-table-2 thead {
    position: absolute;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
}

@media (min-width: 48em) {

    .responsive-table-2 thead {
        position: relative;
        overflow: auto;
        clip: auto;
        width: auto;
        height: auto;
    }
}

.responsive-table-2 thead th {
    font-weight: normal;
    color: black;
    font-weight: bold;
    border: 1px solid #92D050;
    background-color: #92D050;
}

.responsive-table-2 thead th:first-of-type {
    text-align: left;
}

.responsive-table-2 tbody,
.responsive-table-2 tr,
.responsive-table-2 th,
.responsive-table-2 td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
    font-family: 'Century Gothic';
}

.responsive-table-2 tr.empty td {
    padding: 1px;
    background-color: #E6E6E6;
}

.responsive-table-2 tbody tr td a:hover {
    color: #44c7f5;
}

.responsive-table-2 img {
    max-width: 190px;
    display: inline-block;
    border: 1px solid #fff;
}

@media (min-width: 48em) {

    .responsive-table-2 tr {
        display: table-row;
    }
}

.responsive-table-2 th,
.responsive-table-2 td {
    padding: 0.5em;
    vertical-align: middle;
}

@media (min-width: 30em) {

    .responsive-table-2 th,
    .responsive-table-2 td {
        padding: 0.75em 0.5em;
    }
}

@media (min-width: 48em) {

    .responsive-table-2 th,
    .responsive-table-2 td {
        display: table-cell;
        padding: 0.5em;
    }

    .responsive-table-2 tbody tr {
        border-right: 0 !important;
        border-left: 0 !important;
    }
}

@media (max-width: 767px) {

    .responsive-table-2 tr.empty,
    .responsive-table-2 tr.empty td {
        border-color: #fff;
        background-color: #fff;
    }

    .responsive-table-2.ju-members img {
        display: block;
        margin: auto;
    }
}

@media (min-width: 767px) {
    .responsive-table-2 tbody tr:hover,
    .responsive-table-2 tbody tr:hover th,
    .responsive-table-2 tbody .t-hover,
    .responsive-table-2 tbody tr:hover a,
    .responsive-table-2 tbody tr:hover th a,
    .responsive-table-2 tbody .t-hover a,
    .responsive-table-2 tbody .t-hover-s td:first-child,
    .responsive-table-2 tbody .t-hover-s td:first-child a,
    .responsive-table-2 tbody .t-hover-s td:nth-child(2),
    .responsive-table-2 tbody .t-hover-s td:nth-child(2) a,
    .responsive-table-2 tbody .t-hover-s th:nth-child(1),
    .responsive-table-2 tbody .t-hover-s th:nth-child(1) a,
    .responsive-table-2 tbody .t-hover-s th:nth-child(2),
    .responsive-table-2 tbody .t-hover-s th:nth-child(2) a {
        background: #FAFAFA !important;
        // color: #44c7f5 !important;
    }

    .responsive-table-2 tbody tr:hover img,
    .responsive-table-2 tbody .t-hover img,
    .responsive-table-2 tbody .t-hover-s td:first-child img {
        border-color: #f2f2f2;
    }
}

@media (min-width: 62em) {

    .responsive-table-2 th,
    .responsive-table-2 td {
        padding: 0.75em 0.5em;
    }
}

@media (min-width: 75em) {

    .responsive-table-2 th,
    .responsive-table-2 td {
        padding: 0.75em;
    }
}

.responsive-table-2 caption {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}

@media (min-width: 48em) {

    .responsive-table-2 caption {
        font-size: 1.5em;
    }
}

.responsive-table-2 tfoot {
    font-size: 0.8em;
    font-style: italic;
}

@media (min-width: 62em) {

    .responsive-table-2 tfoot {
        font-size: 0.9em;
    }
}

@media (min-width: 48em) {

    .responsive-table-2 tbody {
        display: table-row-group;
    }
}

.responsive-table-2 tbody tr {
    margin-bottom: 1em;
    border: 2px solid #f5f5f5;
}

@media (min-width: 48em) {

    .responsive-table-2 tbody tr {
        display: table-row;
        border-width: 1px;
    }
}

.responsive-table-2 tbody tr:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 48em) {

    .responsive-table-2 tbody tr:nth-of-type(even) {
        /*background-color: #f5f5f5;*/
    }
}

.responsive-table-2 tbody th[scope="row"] {
    color: white;
    background-color: #004a8b;
}

@media (min-width: 48em) {

    .responsive-table-2 tbody th[scope="row"] {
        text-align: left;
        color: #5e5d52;
        background-color: transparent;
    }
}

.responsive-table-2 tbody td {
    text-align: left;
}

@media (min-width: 30em) {

    .responsive-table-2 tbody td {
        border-bottom: 1px solid #E6E6E6;
    }
}

@media (min-width: 48em) {

    .responsive-table-2 tbody td {
        text-align: left;
    }
}

.responsive-table-2 tbody td[data-type=currency] {
    text-align: right;
}

.responsive-table-2 tbody td[data-title]:before {
    font-size: 0.8em;
    content: attr(data-title);
    color: rgba(94, 93, 82, 0.75);
    display: block;
}

@media (min-width: 30em) {

    .responsive-table-2 tbody td[data-title]:before {
        font-size: 0.9em;
    }
}

@media (min-width: 48em) {

    .responsive-table-2 tbody td[data-title]:before {
        content: none;
    }
}

/* r&i table */
.ri-table {
}

.ri-table thead tr, .ri-table thead th {
    background: #f4f4f4;
    border-color: #f4f4f4;
    font-weight: bold;
}


.ri-table thead tr th {
    border-top: 2px solid #f4f4f4;
}

.ri-table thead tr th:nth-child(2) {
    border-top-color: #fcc92d;
}

.ri-table thead tr th:nth-child(3) {
    border-top-color: #7cc04a;
}

.ri-table thead tr th:nth-child(4) {
    border-top-color: #ed5a31;
}

.ri-table thead tr th:nth-child(5) {
    border-top-color: #cc0000;
}

.ri-table thead tr th:nth-child(6) {
    border-top-color: #662f8e;
}

.ri-table thead tr th:nth-child(7) {
    border-top-color: #011a41;
}

.ri-table thead tr th:nth-child(8) {
    border-top-color: #00ccff;
}

.ri-table a {
    text-decoration: none;
    font-weight: bold;
}

@media (min-width: 768px) {
    .ri-table th:nth-child(n+2), .ri-table td:nth-child(n+2) {
        text-align: center;
        line-height: 2em;
    }

    .ri-table thead tr th:nth-child(1) {
        width: 20%;
    }

    .ri-table thead tr th:nth-child(n+2) {
        width: 11.3%;
    }

    .ri-table tbody td {
        border-bottom-width: 2px;
    }

    .ri-table tbody tr:last-child td:nth-child(2) {
        border-bottom: 2px solid #fcc92d;
    }

    .ri-table tbody tr:last-child td:nth-child(3) {
        border-bottom: 2px solid #7cc04a;
    }

    .ri-table tbody tr:last-child td:nth-child(4) {
        border-bottom: 2px solid #ed5a31;
    }

    .ri-table tbody tr:last-child td:nth-child(5) {
        border-bottom: 2px solid #cc0000;
    }

    .ri-table tbody tr:last-child td:nth-child(6) {
        border-bottom: 2px solid #662f8e;
    }

    .ri-table tbody tr:last-child td:nth-child(7) {
        border-bottom: 2px solid #011a41;
    }

    .ri-table tbody tr:last-child td:nth-child(8) {
        border-bottom: 2px solid #00ccff;
    }
}