.table {
    text-align: center;
    border-collapse: separate;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px
}

.table_row {
    display: table-row
}

.theader {
    display: table-row
}

.table_header {
    display: table-cell;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background: #bdbdbd;
    color: #444;
    font-weight: 700;
    border-left: #999 1px solid;
    padding: 8px 6px;
    vertical-align: middle;
    font-size: 12px
}

.table_header.price {
    background: #B9E388 !important
}

.table_header:first-child {
    border-left: #ccc 1px solid;
    border-top-left-radius: 5px
}

.table_header:last-child {
    border-right: #ccc 1px solid;
    border-top-right-radius: 5px
}

.table_small {
    display: table-cell;
    border-bottom: #ccc 1px solid;
    vertical-align: middle
}

.table_row>.table_small img {
    max-width: 80%;
    display: inline-block;
    margin: 5px
}

.table_row>.table_small>.table_cell.mobile-label {
    display: none;
    background: #fff;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px
}

.table_row>.table_small.price {
    background: #B9E388
}

.table_row>.table_small>.table_cell {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #5b5b5b
}

.table_row>.table_small {
    border-left: #ccc 1px solid;
    padding: 3px 6px
}

.table_row>.table_small:first-child {
    border-left: #ccc 1px solid
}

.table_row>.table_small:last-child {
    border-right: #ccc 1px solid
}

.table_row:last-child>.table_small:last-child {
    border-bottom-right-radius: 5px
}

.table_row:last-child>.table_small:first-child {
    border-bottom-left-radius: 5px
}

.table_row:nth-child(2n+3) {
    background: #e9e9e9
}

.mobile-label {
    color: #fff !important;
    font-weight: 700;
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    padding: 8px 6px;
    vertical-align: middle;
    font-size: 12px
}

.table_small.price {
    background: #B9E388
}

.table_row>.table_small:last-child>.table_cell.mobile-label {
    border-bottom: #ccc 1px solid
}

@media screen and (max-width:900px) {
    .table {
        width: 100%
    }
}

@media screen and (max-width:650px) {
    .table {
        display: block
    }

    .table_row:nth-child(2n+3) {
        background: none
    }

    .theader {
        display: none
    }

    .table_row>.table_small>.table_cell:nth-child(odd) {
        display: table-cell;
        width: 37%;
        font-weight: bold
    }

    .table_cell {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        border-bottom: #ccc 1px solid
    }

    .table_row {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding-bottom: 20px;
        margin: 5% auto 0;
        text-align: center
    }

    .table_small {
        display: table-row
    }

    .table_row>.table_small>.table_cell:first-child {
        border-left: #ccc 1px solid
    }

    .table_row>.table_small:first-child>.table_cell:first-child {
        border-top-left-radius: 5px;
        border-top: #ccc 1px solid
    }

    .table_row>.table_small:first-child>.table_cell:last-child {
        border-top-right-radius: 5px;
        border-top: #ccc 1px solid
    }

    .table_row>.table_small>.table_cell:last-child {
        border-right: #ccc 1px solid;
        border-bottom: #ccc 1px solid
    }

    .table_row>.table_small:last-child>.table_cell:first-child {
        border-bottom-left-radius: 5px
    }

    .table_row>.table_small:last-child>.table_cell:last-child {
        border-bottom-right-radius: 5px
    }

    .table_row>.table_small .table_cell.mobile-label {
        color: #5b5b5b
    }

    .table_row>.table_small>.table_cell.mobile-label {
        display: table-cell;
        padding-left: 3px;
        padding-right: 3px;
        background: #318393
    }

    .table_row>.table_small>.table_cell.model {
        background: #bdbdbd;
        color: #444;
        font-weight: bold
    }
}

.table_row .button-small {
    border: 0;
    display: inline-block;
    font-size: 10px;
    padding: 4px 5px;
    width: auto;
    cursor: pointer;
    text-transform: none;
    font-weight: 400
}

.table_row .button-small:hover {
    text-decoration: none
}

.table_row>.table_small.price>.table_cell.mobile-label {
    background: #B9E388;
    color: #5b5b5b !important
}

.table_row>.table_small .price-field {
    font-size: 130%;
    font-weight: bold;
    white-space: nowrap
}

.updated-label {
    font-size: 13px;
    display: block;
    text-align: right;
    padding-right: 5px
}

.provider-btn {
	background: #f6ae2d;
	color: #000;
	border: none;
	font-weight: 900;
	font-style: normal;
	font-family: inherit !important;
	letter-spacing: 2px;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 12px;
	cursor: pointer;
}