/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}
/**
* table control
**/
.table {
  /*background-color: #67522c;*/
  width: 90%;
  padding: 40px;
  border-collapse: collapse;
  border-color: #67522c;
}

.table td{
  color: #dda772;
}
.table th{
  color: #dda772;
/*   border-color: #67522c; */
}
.table tr {
border-color: #67522b
}
/*
 * Base structure
 */

.noshow {
  display: none;
}
#foundData {
  background-color: rgba(9,9,9,.5);
  /*max-width: 700px;*/
}
/*label:after {
  content: "<br>";
}
*/ 
/*body, html {background:#444; text-align:center; padding:50px 0;}*/
/*Stylize the dropdown (select)*/
/* The CSS */
select {
    padding:2px;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#000;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    max-width:96%;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}


/*for industial carb kit display*/
div.head {
  font-weight: bold;
}
div.carbrow {
  display: block;
  padding: 0 !important;
  margin:0 auto;
  font-size: .9em;

}
div.carbrow * {
  display: inline-block ;
  border-bottom:1px solid aqua;
  cursor: pointer;
}
.carb { width:15%;}
.float {width:15%;}
.dpc { width: 10%;}
.manuf {width: 20%;}
.application { width:40%;}