/* Default Price Table General Styles
------------------------------------- */
.afp-table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.afp-table.dpt-layout-new-green,
.afp-table.dpt-layout-green {
    border: 1px solid #2d8731;
    border-left: 0;
    border-right: 0;
    font-size: 13px;
}
.afp-table.dpt-layout-new-blue,
.afp-table.dpt-layout-blue {
    border: 1px solid #4f81bd;
    border-left: 0;
    border-right: 0;
    font-size: 13px;
}
.afp-table thead.disclaimer tr {
    border: 0 !important;
    background-color: transparent !important;
    font-size: 0.8em;
}
.afp-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.afp-table.dpt-layout-default tr,
.afp-table.dpt-layout-new tr {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}
.afp-table.dpt-layout-new-simple tr,
.afp-table.dpt-layout-simple tr {
    border-bottom: 1px solid #DDD;
    padding: .35em;
}

.afp-table.dpt-layout-new-green tbody tr.row-1 td{background: #eef6ef;}
.afp-table.dpt-layout-new-green tbody tr.row-2 td{background: #ffffff;}
.afp-table.dpt-layout-new-green tbody tr td a{color: #1e9615;}
.afp-table.dpt-layout-new-blue tbody tr.row-1 td{background: #eef2f6;}
.afp-table.dpt-layout-new-blue tbody tr.row-2 td{background: #ffffff;}
.afp-table.dpt-layout-new-blue tbody tr td a{color: #4f81bd;}
.afp-table.dpt-layout-green tbody tr.row-1 td{background: #eef6ef;}
.afp-table.dpt-layout-green tbody tr.row-2 td{background: #ffffff;}
.afp-table.dpt-layout-green tbody tr td a{color: #1e9615;}
.afp-table.dpt-layout-blue tbody tr.row-1 td{background: #eef2f6;}
.afp-table.dpt-layout-blue tbody tr.row-2 td{background: #ffffff;}
.afp-table.dpt-layout-blue tbody tr td a{color: #4f81bd;}


.afp-table th,
.afp-table td {
    padding: .625em;
    text-align: left;
}
.afp-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.afp-table.dpt-layout-new-green th,
.afp-table.dpt-layout-green th {
    border-bottom:1px solid #2d8731;
    color: #237927;
    text-align: left;
}
.afp-table.dpt-layout-new-blue th,
.afp-table.dpt-layout-blue th {
    border-bottom:1px solid #4f81bd;
    color: #365f91;
    text-align: left;
}
.afp-table .afp-table_readmore {
    text-align: right !important;
}
.afp-table > tfoot tr {
    border: 0 !important;
    background-color: transparent !important;
    font-size: 0.8em;
}
.afp-table td .reseller-logo {
    width: 100%;
    height: auto;
}



@media only screen and (max-device-width: 736px)  {
    .afp-table.dpt-layout-blue,
    .afp-table.dpt-layout-simple,
    .afp-table.dpt-layout-green,
    .afp-table.dpt-layout-default {
        border: 0;
    }
    .afp-table.dpt-layout-blue caption,
    .afp-table.dpt-layout-simple caption,
    .afp-table.dpt-layout-green caption,
    .afp-table.dpt-layout-default caption {
        font-size: 1.3em;
    }
    .afp-table.dpt-layout-blue thead,
    .afp-table.dpt-layout-simple thead,
    .afp-table.dpt-layout-green thead,
    .afp-table.dpt-layout-default thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .afp-table.dpt-layout-blue tr,
    .afp-table.dpt-layout-simple tr,
    .afp-table.dpt-layout-green tr,
    .afp-table.dpt-layout-default tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .afp-table.dpt-layout-blue td,
    .afp-table.dpt-layout-simple td,
    .afp-table.dpt-layout-green td,
    .afp-table.dpt-layout-default td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .afp-table.dpt-layout-blue td.first,
    .afp-table.dpt-layout-simple td.first,
    .afp-table.dpt-layout-green td.first,
    .afp-table.dpt-layout-default td.first {
        text-align: center;
    }
    .afp-table.dpt-layout-blue td:before,
    .afp-table.dpt-layout-simple td:before,
    .afp-table.dpt-layout-green td:before,
    .afp-table.dpt-layout-default td:before {
        content: attr(data-label);
        padding-right: 10px;
        color: #6c757d;
        display: block;
        height: 20px;
        float: left;
        font-weight: bold;
        text-transform: uppercase;

    }
    .afp-table.dpt-layout-blue td:first-child:before,
    .afp-table.dpt-layout-simple td:first-child:before,
    .afp-table.dpt-layout-green td:first-child:before,
    .afp-table.dpt-layout-default td:first-child:before {
        display: none;
    }
    .afp-table.dpt-layout-blue td:last-child ,
    .afp-table.dpt-layout-simple td:last-child ,
    .afp-table.dpt-layout-green td:last-child ,
    .afp-table.dpt-layout-default td:last-child {
        border-bottom: 0;
    }
    .afp-table.dpt-layout-blue .afp-table_readmore ,
    .afp-table.dpt-layout-simple .afp-table_readmore ,
    .afp-table.dpt-layout-green .afp-table_readmore ,
    .afp-table.dpt-layout-default .afp-table_readmore {
        text-align: center;
    }
    .afp-table.dpt-layout-blue > tfoot tr td ,
    .afp-table.dpt-layout-simple > tfoot tr td ,
    .afp-table.dpt-layout-green > tfoot tr td ,
    .afp-table.dpt-layout-default > tfoot tr td {
        text-align: left;
    }
}


@media (min-width:280px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .afp-table.dpt-layout-new-blue .afp-column-readmore,
    .afp-table.dpt-layout-new-green .afp-column-readmore,
    .afp-table.dpt-layout-new-simple .afp-column-readmore,
    .afp-table.dpt-layout-new .afp-column-readmore,
    .afp-table.dpt-layout-new .afp-column-readmore,
    .afp-table.dpt-layout-new-blue .afp-column-reseller,
    .afp-table.dpt-layout-new-blue .afp-column-total,
    .afp-table.dpt-layout-new-green .afp-column-reseller,
    .afp-table.dpt-layout-new-green .afp-column-total,
    .afp-table.dpt-layout-new-simple .afp-column-reseller,
    .afp-table.dpt-layout-new-simple .afp-column-total,
    .afp-table.dpt-layout-new .afp-column-reseller,
    .afp-table.dpt-layout-new .afp-column-total {
        display: table-cell;
    }
    .afp-table.dpt-layout-new-blue .afp-column-total,
    .afp-table.dpt-layout-new-green .afp-column-total,
    .afp-table.dpt-layout-new-simple .afp-column-total,
    .afp-table.dpt-layout-new .afp-column-total
    {
        text-align: right;
    }

    .afp-table.dpt-layout-new-blue .afp-column-price,
    .afp-table.dpt-layout-new-blue .afp-column-shipping,
    .afp-table.dpt-layout-new-blue .afp-column-country,
    .afp-table.dpt-layout-new-blue .afp-column-name,

    .afp-table.dpt-layout-new-green .afp-column-price,
    .afp-table.dpt-layout-new-green .afp-column-shipping,
    .afp-table.dpt-layout-new-green .afp-column-country,
    .afp-table.dpt-layout-new-green .afp-column-name,

    .afp-table.dpt-layout-new-simple .afp-column-price,
    .afp-table.dpt-layout-new-simple .afp-column-shipping,
    .afp-table.dpt-layout-new-simple .afp-column-country,
    .afp-table.dpt-layout-new-simple .afp-column-name,

    .afp-table.dpt-layout-new .afp-column-price,
    .afp-table.dpt-layout-new .afp-column-shipping,
    .afp-table.dpt-layout-new .afp-column-country,
    .afp-table.dpt-layout-new .afp-column-name
    {
        display: none;
    }

    .afp-table td:before {
        display: none;
    }

}
@media (min-width:480px) {
    /* smartphones, Android phones, landscape iPhone */

    .afp-table.dpt-layout-new-blue .afp-column-reseller,
    .afp-table.dpt-layout-new-blue .afp-column-readmore,
    .afp-table.dpt-layout-new-blue .afp-column-total,
    .afp-table.dpt-layout-new-green .afp-column-reseller,
    .afp-table.dpt-layout-new-green .afp-column-readmore,
    .afp-table.dpt-layout-new-green .afp-column-total,
    .afp-table.dpt-layout-new-simple .afp-column-reseller,
    .afp-table.dpt-layout-new-simple .afp-column-readmore,
    .afp-table.dpt-layout-new-simple .afp-column-total,
    .afp-table.dpt-layout-new .afp-column-reseller,
    .afp-table.dpt-layout-new .afp-column-readmore,
    .afp-table.dpt-layout-new .afp-column-total {
        display: table-cell;
    }
    .afp-table.dpt-layout-new-blue .afp-column-total,
    .afp-table.dpt-layout-new-green .afp-column-total,
    .afp-table.dpt-layout-new-simple .afp-column-total,
    .afp-table.dpt-layout-new .afp-column-total {
        text-align: right;
    }

    .afp-table.dpt-layout-new-blue .afp-column-price,
    .afp-table.dpt-layout-new-blue .afp-column-shipping,
    .afp-table.dpt-layout-new-blue .afp-column-country,
    .afp-table.dpt-layout-new-blue .afp-column-name,
    .afp-table.dpt-layout-new-green .afp-column-price,
    .afp-table.dpt-layout-new-green .afp-column-shipping,
    .afp-table.dpt-layout-new-green .afp-column-country,
    .afp-table.dpt-layout-new-green .afp-column-name,
    .afp-table.dpt-layout-new-simple .afp-column-price,
    .afp-table.dpt-layout-new-simple .afp-column-shipping,
    .afp-table.dpt-layout-new-simple .afp-column-country,
    .afp-table.dpt-layout-new-simple .afp-column-name,
    .afp-table.dpt-layout-new .afp-column-price,
    .afp-table.dpt-layout-new .afp-column-shipping,
    .afp-table.dpt-layout-new .afp-column-country,
    .afp-table.dpt-layout-new .afp-column-name {
        display: none;
    }

    .afp-table td:before {
        display: none;
    }
}
@media (min-width:600px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .afp-table.dpt-layout-new-simple .afp-column-reseller,
    .afp-table.dpt-layout-new-simple .afp-column-price,
    .afp-table.dpt-layout-new-simple .afp-column-readmore,
    .afp-table.dpt-layout-new-simple .afp-column-total,
    .afp-table.dpt-layout-new .afp-column-reseller,
    .afp-table.dpt-layout-new .afp-column-price,
    .afp-table.dpt-layout-new .afp-column-readmore,
    .afp-table.dpt-layout-new .afp-column-total {
        display: table-cell;
    }
    .afp-table.dpt-layout-new-blue .afp-column-price,
    .afp-table.dpt-layout-new-blue .afp-column-total,
    .afp-table.dpt-layout-new-green .afp-column-price,
    .afp-table.dpt-layout-new-green .afp-column-total,
    .afp-table.dpt-layout-new-simple .afp-column-price,
    .afp-table.dpt-layout-new-simple .afp-column-total,
    .afp-table.dpt-layout-new .afp-column-price,
    .afp-table.dpt-layout-new .afp-column-total {
        text-align: right;
    }


    .afp-table.dpt-layout-new-blue .afp-column-shipping,
    .afp-table.dpt-layout-new-blue .afp-column-country,
    .afp-table.dpt-layout-new-blue .afp-column-name,
    .afp-table.dpt-layout-new-green .afp-column-shipping,
    .afp-table.dpt-layout-new-green .afp-column-country,
    .afp-table.dpt-layout-new-green .afp-column-name,
    .afp-table.dpt-layout-new-simple .afp-column-shipping,
    .afp-table.dpt-layout-new-simple .afp-column-country,
    .afp-table.dpt-layout-new-simple .afp-column-name,
    .afp-table.dpt-layout-new .afp-column-shipping,
    .afp-table.dpt-layout-new .afp-column-country,
    .afp-table.dpt-layout-new .afp-column-name {
        display: none;
    }

    .afp-table td:before {
        display: none;
    }
}
@media (min-width:801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .afp-table.dpt-layout-new-blue .afp-column-reseller,
    .afp-table.dpt-layout-new-blue .afp-column-price,
    .afp-table.dpt-layout-new-blue .afp-column-shipping,
    .afp-table.dpt-layout-new-blue .afp-column-readmore,
    .afp-table.dpt-layout-new-blue .afp-column-total,
    .afp-table.dpt-layout-new-green .afp-column-reseller,
    .afp-table.dpt-layout-new-green .afp-column-price,
    .afp-table.dpt-layout-new-green .afp-column-shipping,
    .afp-table.dpt-layout-new-green .afp-column-readmore,
    .afp-table.dpt-layout-new-green .afp-column-total,
    .afp-table.dpt-layout-new-simple .afp-column-reseller,
    .afp-table.dpt-layout-new-simple .afp-column-price,
    .afp-table.dpt-layout-new-simple .afp-column-shipping,
    .afp-table.dpt-layout-new-simple .afp-column-readmore,
    .afp-table.dpt-layout-new-simple .afp-column-total,
    .afp-table.dpt-layout-new .afp-column-reseller,
    .afp-table.dpt-layout-new .afp-column-price,
    .afp-table.dpt-layout-new .afp-column-shipping,
    .afp-table.dpt-layout-new .afp-column-readmore,
    .afp-table.dpt-layout-new .afp-column-total {
        display: table-cell;
    }
    .afp-table.dpt-layout-new-blue .afp-column-shipping,
    .afp-table.dpt-layout-new-blue .afp-column-price,
    .afp-table.dpt-layout-new-blue .afp-column-total,
    .afp-table.dpt-layout-new-green .afp-column-shipping,
    .afp-table.dpt-layout-new-green .afp-column-price,
    .afp-table.dpt-layout-new-green .afp-column-total,
    .afp-table.dpt-layout-new-simple .afp-column-shipping,
    .afp-table.dpt-layout-new-simple .afp-column-price,
    .afp-table.dpt-layout-new-simple .afp-column-total,
    .afp-table.dpt-layout-new .afp-column-shipping,
    .afp-table.dpt-layout-new .afp-column-price,
    .afp-table.dpt-layout-new .afp-column-total {
        text-align: right;
    }

    .afp-table.dpt-layout-new-blue .afp-column-country,
    .afp-table.dpt-layout-new-blue .afp-column-name,
    .afp-table.dpt-layout-new-green .afp-column-country,
    .afp-table.dpt-layout-new-green .afp-column-name,
    .afp-table.dpt-layout-new-simple .afp-column-country,
    .afp-table.dpt-layout-new-simple .afp-column-name,
    .afp-table.dpt-layout-new .afp-column-country,
    .afp-table.dpt-layout-new .afp-column-name {
        display: none;
    }

    .afp-table td:before {
        display: none;
    }
}
@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
    .afp-table.dpt-layout-new-blue .afp-column-reseller,
    .afp-table.dpt-layout-new-blue .afp-column-price,
    .afp-table.dpt-layout-new-blue .afp-column-shipping,
    .afp-table.dpt-layout-new-blue .afp-column-readmore,
    .afp-table.dpt-layout-new-blue .afp-column-country,
    .afp-table.dpt-layout-new-blue .afp-column-total,

    .afp-table.dpt-layout-new-green .afp-column-reseller,
    .afp-table.dpt-layout-new-green .afp-column-price,
    .afp-table.dpt-layout-new-green .afp-column-shipping,
    .afp-table.dpt-layout-new-green .afp-column-readmore,
    .afp-table.dpt-layout-new-green .afp-column-country,
    .afp-table.dpt-layout-new-green .afp-column-total,

    .afp-table.dpt-layout-new-simple .afp-column-reseller,
    .afp-table.dpt-layout-new-simple .afp-column-price,
    .afp-table.dpt-layout-new-simple .afp-column-shipping,
    .afp-table.dpt-layout-new-simple .afp-column-readmore,
    .afp-table.dpt-layout-new-simple .afp-column-country,
    .afp-table.dpt-layout-new-simple .afp-column-total,

    .afp-table.dpt-layout-new .afp-column-reseller,
    .afp-table.dpt-layout-new .afp-column-price,
    .afp-table.dpt-layout-new .afp-column-shipping,
    .afp-table.dpt-layout-new .afp-column-readmore,
    .afp-table.dpt-layout-new .afp-column-country,
    .afp-table.dpt-layout-new .afp-column-total {
        display: table-cell;
    }
    .afp-table.dpt-layout-new-blue .afp-column-shipping,
    .afp-table.dpt-layout-new-blue .afp-column-price,
    .afp-table.dpt-layout-new-blue .afp-column-total,
    .afp-table.dpt-layout-new-green .afp-column-shipping,
    .afp-table.dpt-layout-new-green .afp-column-price,
    .afp-table.dpt-layout-new-green .afp-column-total,
    .afp-table.dpt-layout-new-simple .afp-column-shipping,
    .afp-table.dpt-layout-new-simple .afp-column-price,
    .afp-table.dpt-layout-new-simple .afp-column-total,
    .afp-table.dpt-layout-new .afp-column-shipping,
    .afp-table.dpt-layout-new .afp-column-price,
    .afp-table.dpt-layout-new .afp-column-total {
        text-align: right;
    }

    .afp-table td:before {
        display: none;
    }
}
