/*------------------------------
 Table
------------------------------*/
table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border: 1px solid #e9e9e9;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

table > thead > tr > th, table > thead > tr > td {
    border-bottom-width: 2px;
}

table th {
    font-size: 14px;
    text-transform: uppercase;
}

.info-Table .coupon_code, .info-Table .coupon_expires{
    text-align: center;
}
.info-Table thead tr{
    background: #ffffff !important;
}
.info-Table thead tr:hover{

}
.info-Table tr:nth-child(odd){
    background: #f3f3f3;
}
.info-Table tr:nth-child(even){
    background: #ffffff !important;
}
.info-Table tr:hover{
    background:#fbfbfb !important;
}
@media screen and (max-width: 790px) {
    .info-Table{
        border:none;
    }
    .info-Table caption {
        font-size: 1.3em;
    }
    .content-area{
        padding-bottom: 0px !important;
    }
    .info-Table thead tr{
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .info-Table tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-left:none;
        border-right:none;
        border-radius: 6px;
        overflow: hidden;
    }
    .info-Table tr:last-child {
        margin-bottom: 0;
    }
    .info-Table td {
        border: 1px solid #ddd;
        border-top: none !important;
        display: block;
        font-size: 13px;
        font-weight: 400;
        min-height: 30px;
        text-align: left
    }
    .info-Table td:first-child{
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .info-Table td:last-child{
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .info-Table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}
