.container-table100 {
    width: 100%;
    background: #f1f1f1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 30px;
}

.wrap-table100 {
    width: 960px;
    border-radius: 10px;
    overflow: hidden
}

.table {
    width: 100%;
    display: table;
    margin: 0
}

@media screen and (max-width:768px) {
    .table {
        display: block
    }
}

.tbRow {
    display: table-row;
    background: #fff
}

.tbRow.header{
    color: #fff;
    background: #282828;
}

.tbRow .pmCell{
    background: #ea5e20;
}

@media screen and (max-width:768px) {
    .tbRow {
        display: block
    }
    .tbRow.header {
        padding: 0;
        height: 0
    }
    .tbRow.header .cell {
        display: none
    }
    .tbRow .cell:before {
        font-family: Roboto;
        font-size: 12px;
        color: gray;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: unset !important;
        margin-bottom: 13px;
        content: attr(data-title);
        min-width: 98px;
        display: block
    }
}

.cell {
    display: table-cell
}

@media screen and (max-width:768px) {
    .cell {
        display: block
    }
}

.tbRow .cell {
    font-family: Roboto;
    font-size: 15px;
    color: #666;
    line-height: 1.2;
    font-weight: unset!important;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
}

.tbRow.header .cell {
    font-family: Roboto;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset!important;
    padding-top: 19px;
    padding-bottom: 19px
}

.tbRow .cell:nth-child(1) {
    color: #ffffff;
    padding-left: 40px;
}

.tbRow .cell:nth-child(2), .tbRow .cell:nth-child(3), .tbRow .cell:nth-child(4), .tbRow .cell:nth-child(5){
    padding: 0 20px;
}

.table,
.tbRow {
    width: 100%!important
}

.tbRow:hover {
    background-color: #fff1ea;
    cursor: pointer
}

.tbRow.header:hover{
    background-color: #282828;
}

@media(max-width:768px) {
    .tbRow {
        border-bottom: 1px solid #f1f1f1;
        /*padding-top: 30px;*/
        /*padding-right: 15px;*/
        margin: 0
    }
    .tbRow .cell {
        font-family: Roboto;
        font-size: 18px;
        color: #555;
        line-height: 1.2;
        font-weight: unset!important;
        /*border: none;*/
    }
    .tbRow .cell:nth-child(1) {
        padding-left: 0 !important;
        text-align: center;
    }
    .table,
    .tbRow,
    .cell {
        width: 100%!important
    }
    .tbRow .cell:nth-child(2), .tbRow .cell:nth-child(3), .tbRow .cell:nth-child(4), .tbRow .cell:nth-child(5){
        padding: 10px 20px;
    }
}