/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */
 
.listing * {
  font-size: 11px;
}

.listing {
  width: 100%;
  background-color: white;
}

.listing thead, .listing-head {
  background-color: #71AFA4;
}

.listing thead th {
  white-space: nowrap;
}

.listing th, .listing th span {
  font-weight: bold;
  text-align: left;
}

.listing td, .listing th {
  padding: 0px 5px 0px 5px;
  white-space: nowrap;
}

.listing th {
  height: 24px;
  /*text-align: left;*/
}

.listing td {
  height: 22px;
}

.listing tr {
}

.listing .no-hover {
  background: white;
}
