.odd {background-color:#f6f6f6;}
.even {}

.modeldetail { text-align:left; padding: 3px 5px; line-height:160%;}

/* sorting headers, to comply with jquery plugin. http://tablesorter.com/docs/ */
th.header { text-decoration:underline; }
th.headerSortUp:after { content:" v";}
th.headerSortDown:after { content:" ^";}

/* col accepts backgrounds, width and borders only */
col { border:1px solid #999; }


/* CONTENT */
#content {
border-width:0 1px 1px 1px;
}

#content li {
    line-height:1.8;
}

#content ul.makelist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#content ul.makelist > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 50%;
}

/* responsive table: mobile; */
#content table.tablesorter,
#content table.tablesorter thead,
#content table.tablesorter tbody,
#content table.tablesorter tr,
#content table.tablesorter th,
#content table.tablesorter td {
    display: block;
}

#content table.tablesorter td:before {
    content: attr(data-header);
}

@media (min-width: 768px) {
    /* responsive table: normal; */
    #content table.tablesorter  {
        display: table;
    }

    #content table.tablesorter thead,
    #content table.tablesorter tbody {
        display: table-row-group;
    }
    #content table.tablesorter tr {
        display: table-row;
    }
    #content table.tablesorter th,
    #content table.tablesorter td {
        display: table-cell;
    }

    #content table.tablesorter td:before {
        content: none;
    }
    #content ul.makelist > li {
        flex: 0 1 33.333333%;
    }

    #content ul.makelist > li:nth-child(3n+2) {
        padding-left: 15px;
    }

    #content ul.makelist > li:nth-child(3n+3) {
        padding-left: 15px;
    }

    th.yearcol, th.mpgcol {
        width:90px;
    }
    th.text { width:50%;}
}

.mpg h3 {
    padding-top:48px;
    background-position:left top;
    background-repeat:no-repeat;
}
.mpg.city h3 {
    background-image:url('img/city.png');
}
.mpg.hwy h3 {
    background-image:url('img/highway.png');
}
.mpg h3 { font-size:12px; margin:0;}
.mpg .car { font-size:10px;}
.mpg .value { 
    font-size:56px; 
    line-height: 58px;
    font-family:monospace; 
    font-weight:bold; 
    margin:0; 
    padding:0; 
}
.mpg .value > .units { font-size:10px;}

/* HEAD */

#header { 
    background:#ddd; 
    border: 1px solid #999;
    border-width: 0 1px 1px 1px;
}
#mast { 
    border: 1px solid #999; 
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-top: 1ex; 
    background:url('img/gaspump-64x64.png') left center no-repeat;
    background-color:#fff;
    min-height: 70px;
}
#mast h1 {
    font-size:36px;
    font-family:"Lucida Console", "Monaco", monospace;
    line-height:3ex;
    margin: 0  0 0 70px;
}

#mast a { 
    text-decoration:none;
    color: #000;
}

.csesearch {
    text-align:right;
}

.breadcrumb {
    background-color: unset;
}

/* FOOT */ 
#footer > div > div{
    margin:0 auto;
}
#footer #footer-copy
{
}
#footer-ad
{
    margin-top:2ex;
    margin-bottom:2ex;
}

/* COLORS */
.bg-fff {
    background-color:#fff;
}
.bg-eee {
    background-color:#eee;
}
.border-999 {
    border:1px solid #999;
}


#skyscraper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}