
.rwd-table {
    font-family: 'Lato', sans-serif !important;
    margin: 1em 0 !important;
    min-width: 300px !important;
    border-collapse: collapse !important;
    border-spacing: 2px !important;
    text-indent: inherit !important;
    /*border: 1px solid #000 !important;*/
    /*border-collapse: collapse;*/

}
.rwd-table tr {
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
}
.rwd-table th {
    display: none !important;
}
.rwd-table td {
    display: block !important;
}
.rwd-table td:first-child {
    padding-top: .5em !important;
}
.rwd-table td:last-child {
    padding-bottom: .5em !important;
}
.rwd-table td:before {
    content: attr(data-th) " :  " !important;
    font-weight: bold !important;
    /*width: 6.5em !important;*/
    display: inline-block !important;
}
@media (min-width: 480px) {
    .rwd-table td:before {
        display: none !important;
    }
}
.rwd-table th, .rwd-table td {
    text-align: left !important;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell !important;
        padding: .25em .5em !important;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 10 !important;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 10 !important;
    }
}

.rwd-table {
    /*background: #34495E;*/
    /*color: #fff;*/
    border-radius: .4em !important;
    overflow: hidden !important;
}
.rwd-table tr {
    /*border-color: #46637f;*/
}
.rwd-table th, .rwd-table td {
    margin: .5em 1em !important;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}
.rwd-table th, .rwd-table td:before {
    /*color: #dd5;*/
}

.rwd-table .table_head {
    background-color: #434B54 !important;
    color: #fff !important;
}

.rwd-table tbody tr:nth-child(odd) {
    background-color: #e8e8e8;
}

.rwd-table tbody tr:nth-child(even) {
    background-color: #fff !important;
}
