
body { background-color: #fff !important;}
.bgBlack { background-color: #000;}
.categoryRow td { color: #711f00;}
#table-view th {   background: #000000; color: #fff; }
header { background-color: #750000 !important; }
nav a.text-gray-700 { color: #fff !important; }
tbody td { background-color: #fffbc8 !important;}
.categoryRow td {  background: #feaf05 !important; }
footer { background-color: #000 !important; color: #fff; }
.imgcenter { margin: 0 auto;}
.bannerImage { width: 100%; height: auto;}
.topBar { background-color: #feaf05 !important; color: #000000; padding: 10px 0; font-weight: bold;
    text-transform: uppercase; }



@media(max-width:1000px)
{
 #table-view td.px-4 { padding-left: 10px; padding-right: 10px; }
 #table-view td strong { font-size: 13px;}
 #table-view td small { display: none; }
 #table-view td.mobile-width-50 { width: 50%;
        word-wrap: break-word;
        white-space: normal;
        line-height: 18px; }
 #table-view td.mobile-width-25 { width: 25%;
        word-wrap: break-word;
        white-space: normal;
        line-height: 18px; }

#table-view td.salePrice strong, .PriceOnMobile strong { color: green;}
#table-view td.regPrice del, .PriceOnMobile del {     color: #a6a6a6;}


}
   