/* Quickscan */

#quickscan
{
  width: 100%;
  min-height: 335px;
  padding: 0px;
  margin: 0px;
}

#quickscan #qs_values
{
  padding: 10px;
  text-align: left;
}

#quickscan #qs_values th
{
  text-align: left;
}

#quickscan #qs_values td
{
  border-top: 1px dotted #E2D7C3;
}

#quickscan input, #quickscan button
{
  font: inherit;
  padding: 2px;
  border: 1px solid #E2D7C3;
  background: #fff;
  line-height: 14px;
  height: 14px;
  color: #484848;
}

#quickscan #qs_debug
{
  border: 1px solid  #f00;
  background: #fff;
  text-align: left;
  padding: 0px;
}

#quickscan #qs_debug h1
{
  border-bottom: 1px solid  #E2D7C3;
  background: #fff;
  font-weight: bold;
  font-size: 13px;
  color: #484848;
  padding: 5px;
  margin: 0px;
}

#quickscan #qs_debug p
{
  padding: 5px;
}

#quickscan #qs_buttons
{
  text-align: left;
  padding: 5px;
}

#quickscan #qs_buttons button
{
  padding: 2px;
  border: 1px solid #E2D7C3;
  background: #fff;
  width: 125px;
  height: 20px;
}

#quickscan .response
{
  padding: 25px;
  text-align: center;
}

#quickscan form
{
  margin: 0px;
  padding: 0px;
}

#quickscan img
{
  margin: 0px;
}

#quickscan label
{
  line-height: 10px;
}

#quickscan .indexWit,
#quickscan .indexGrijs
{
  text-align: left;
}

#quickscan th.indexWit,
#quickscan td.indexWit,
#quickscan th.indexGrijs,
#quickscan td.indexGrijs
{
  width: 150px;
  height: 20px;
}

.indexgreen {
color: #484848;
}

#quickscan th.veldWit,
#quickscan td.veldWit,
#quickscan th.veldGrijs,
#quickscan td.veldGrijs
{
  width: 85px;
  height: 20px;
}

#quickscan .wit,
#quickscan .grijs
{
  width: 55px;
}

#quickscan .grijs
{
  background: #fff;
}

#quickscan br.clear
{
  clear: both;
}