.clearfix::after
{
    content: "";
    clear: both;
    display: table;
}

body
{
  margin: 0;
  padding: 0;
  font-size: 1em;
}

@media (max-width: 1000px)
{
  body
  {
    font-size: 4em;
  }

  input
  {
    font-size: 1em;
  }

  select
  {
    font-size: 1em;
  }
}

.APIThumb
{
  left: 0px;
  top: 0px;
  width: 4em;
}

.barcode
{

}

.marketplaceUPC
{
  text-decoration: line-through;
}

.tableHeader
{
  font-weight: bold;
}

tr:nth-child(even)
{
  background: #DDD;
}

td
{
  padding: 0.25em;
}

#searchHomeLink
{
  display: block;
  float: left;
  padding-bottom: 5%;
  padding-right: 5%;
}

#searchNextLink
{
  display: block;
  float: right;
  padding-bottom: 5%;
  padding-right: 5%;
}

form
{
    margin: 2%;
}

input
{
    font-size: 1em;
}

select
{
    font-size: 1em;
}

#searchBox
{
  display: block;
  clear: both;
  width: 100%;
  border: 3px solid black;
}

#searchType
{
    display: block;
    float: left;
    clear: left;
    width: auto;
    margin-top: 5px;
}

#searchStore
{
  display: block;
  float: left;
  clear: left;
  width: auto;
  margin-top: 5px;
}

#searchButton
{
    display: block;
    float: right;
    clear: right;
    width: auto;
    margin-top: 5px;
}

#itemLookupForm
{
    margin-top: 4%;
}

#itemIDBox
{
    display: block;
    float: left;
    clear: left;
    width: 50%;
    border: 2px solid black;
}

#itemLookupSearchButton 
{
    display: block;
    float: right;
    clear: right;
    width: auto;
    margin-top: 5px;
}




#navHeader
{
    display: block;
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: 0px 4px 6px;
    overflow: hidden;
    background-color: dimgray;
}

#navHeaderGrid
{
    display: grid;
    grid-template: auto / auto auto auto auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.2em;
    padding-right: 0em;
}

.navHeaderBox
{
    display: block;
    float: left;
    clear: none;
    width: auto;
    vertical-align: middle;
}

.navHeaderLink 
{
    font-family: Arial, sans-serif;
    text-align: center;
  
    color: lightgray;
    text-decoration: none;
}

.navHeaderLinkSelected
{
    color: dodgerblue;
}