table.reportTable, table.dealerReportTable{
    border-color: #EEE;
    border-collapse: collapse;
    width: 100%;
}
table.reportTable tr th, table.dealerReportTable tr th{
    background-color: #0069B2;
    color: white;
    padding: 2px 5px 2px 5px;
    text-align: center;
    font-weight: bold;
}

table.reportTable tr td, table.reportTable tr th{
    border: 1px solid #eee;
}

table.reportTable tr td, table.dealerReportTable tr td{
    padding: 2px 5px 2px 5px;
}

table.m-table tr td{
    border-top: 1px solid #eee;
    font-weight: bold;
    color: #666;
}

.no-more-tables {
    width:100%;
    border-collapse: collapse;
}
.no-more-tables thead{
    background-color: #0069B2;
    color: white;
}

.no-more-tables tr td,.no-more-tables tr th{
    border: 1px solid #eee;
    /*    padding: 2px;*/
}

a.loginHelp {
    text-decoration: none;
    color:red;
}
a.loginHelp:hover {
    position: relative
}
a.loginHelp span {
    display: none
}
a.loginHelp:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: #f0f0f0 no-repeat 100% 5%;
    left: 0px;
    width: 320px;
    margin-top: 10px;
    position: absolute;
    top: 10px;
    text-decoration: none;

}
a.loginHelp:hover span b{
    color:red !important;
}

table.sizes
{
    width: auto;
    border: 1px solid #414549;
    border-collapse: collapse;
    color: white;
}

table.sizes td
{
    padding: 3px;
    border: 1px solid #888;
    border-collapse: collapse;
    color: #222;
}

table.sizes th
{
    padding: 3px;
    border: 1px solid #414549;
    border-collapse: collapse;
    font-weight: bold;
    background-color: #3399FF;
}
#accountTable{display: none}

.fromError{
    font-size: 12px;
    color: red;
}

.dealerReportTable_div{display: block}
.searchOrder_mob_tbl{display: none}

@media only screen and (max-width: 800px) {

    #accountTable{display: block}
    .dealerReportTable_div{display: none}
    .searchOrder_mob_tbl{display: block}

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;

    }
    .no-more-tables tr { border: 1px solid #ccc; }
    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-top: 0px solid #FFF;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
        padding-top: 3px;
        padding-bottom:3px;
        padding-right: 3px;
    }
    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        /*            top: 6px;*/
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
    .subheading{
        padding-left:2px !important;
    }
    .numeric{
        text-align:right !important;
    }
    /*Label the data*/
    .no-more-tables td:before { content: attr(data-title); }
    td.mob_blank_td{display:none !important;}
    .checkout-content{width: 95%}
    .checkout-content input{padding : 5px 5px}
}
