#uldlist {
  width: 100%;
}
#uldlist table {
  border: solid 2px #000000;
  border-spacing: 0;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  box-shadow: 2px 3px 20px 3px #000000;
  width: 100%;
	
}
.btn3 {
  box-shadow: 1px 2px 1px #000;
  border-radius: 3px;
  font-size: 1vw;
}

#uldlist th {
  background-color: #363636;
  white-space: nowrap;
  color: #ffffff;
  font-size: 1.2vw;
  text-shadow: 2px 2px 2px #000000;
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 1.00);
  padding-left: .5vw;
  padding-right: .5vw;
  padding-top: .5vw;
  padding-bottom: .5vw;
 
}
#uldlist table tr {
  border-bottom: 2px solid rgba(0, 0, 0, 1.00);
}
#uldlist table tr td {
  white-space: nowrap;
  text-align: center;
  font-size: 1.3vw;
  padding: .5vw;
  text-transform: uppercase;
  /*text-shadow: 1px .5px 1px rgba(0,0,0,1.00);*/
  font-weight: bold;
  vertical-align: middle;
}
@media (min-device-width: 1280px) {
  #uldlist table tr td {
    white-space: nowrap;
    text-align: center;
    font-size: 1.4vw;
    padding: .4vw;
    text-transform: uppercase;
    /*	text-shadow: .3px .3px .2px rgba(0,0,0,1.00);*/
    font-weight: bold;
    vertical-align: middle;
  }
}
@media (min-device-width: 1440px) {
  #uldlist table tr td {
    white-space: nowrap;
    text-align: center;
    font-size: 1.4vw;
    padding: .5vw;
    text-transform: uppercase;
    text-shadow: .3px .3px .5px rgba(30, 30, 30, 1.00);
    font-weight: bold;
    vertical-align: middle;
  }
}
@media (max-width: 1080px) {
  #uldlist table tr td {
    white-space: nowrap;
    text-align: center;
    font-size: 5.4vw;
    padding: .9vw;
    text-transform: uppercase;
    text-shadow: .3px .3px .5px rgba(30, 30, 30, 1.00);
    font-weight: bold;
    vertical-align: middle;
  }
  #uldlist table th {
    white-space: nowrap;
    text-align: center;
    font-size: 2.4vw;
    padding: .7vw;
    text-transform: uppercase;
    text-shadow: .3px .3px .5px rgba(30, 30, 30, 1.00);
    font-weight: bold;
    vertical-align: middle;
  }
	#buttonbar{
		margin-top: 20px;
		margin-bottom: 25px;
	}
  .btn2 {
    display: inline;
    text-align: center;
    vertical-align: middle;
    width: auto;
    min-width: 18vw;
    font-size: 6.7vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
  .btn {
    display: inline;
    text-align: center;
    vertical-align: middle;
    width: auto;
    min-width: 20vw;
    font-size: 3.7vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
  .btn5 {
    display: inline;
    text-align: center;
    vertical-align: middle;
    width: auto;
    max-width: 15vw;
    font-size: 3.7vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
	#uldlist result{
		width: 100%;
		
	}
  #fltnotxt label {
    font-size: 3vw;
  }
  #setup label {
    font-size: 3vw;
  }
  /*
@media only screen and (max-width: 2160px) {
  .mobile {
    display: none;
  }
}
table tr[data-href] {
  cursor: pointer;
}
#route select option {
  font-size: 18px;
  font-weight: bold;
}

  .deck-table {
    min-width: 600px;
  }

.sortable {
  cursor: pointer;
  position: relative;
  user-select: none;
}
.sortable::after {
  content: '⇅';
  font-size: 12px;
  margin-left: 4px;
  opacity: 0.4;
}
.sortable.asc::after { content: '↑'; opacity: 1; }
.sortable.desc::after { content: '↓'; opacity: 1; }

*/
}