/**
 * @file
 * Visual styles for Top+ Lite's tables.
 */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 25px 0 40px;
}
.classphoto-row {
}
.classphoto-row > [class*='col-'] {
}
table tr th,
.classphoto-row .classphoto-th {
  padding: 10px;
  font-size: 11pt;
  line-height: 1.2;
  font-weight: 400;
  color: white;
  background-color: black;
}
.classphoto-row .classphoto-th {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: white;
}
table tr:first-child th {
  border-width: 1px 0 1px 0;
}
table thead + tbody tr:first-child th:first-child,
.classphoto-row:first-child .classphoto-th:first-child {
  border-top-width: 0;
}
table tr th:last-child,
.classphoto-row .classphoto-th:last-child {
  border-right-width: 1px;
}
table tr td,
.classphoto-row .classphoto-td {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: white;
  font-size: 11pt;
  line-height: 1.2;
  padding: 10px;
  color: black;
  background-color: #ffcc00;
}
.classphoto-th .text-center,
.classphoto-td .text-center {
  text-align: center;
  vertical-align: middle;
}
table tr td a,
.classphoto-row .classphoto-td a {
  color: black;
}
table tr td a:hover,
.classphoto-row .classphoto-td a:hover {
  color: #333;
}
table thead + tbody tr:first-child td,
.classphoto-row:first-child .classphoto-td {
  border-top-width: 0px;
}

/*Tables @gray regions*/
.region--black-background table tr th,
.region--black-background .classphoto-row .classphoto-th {
  background-color: #222222;
}

.product-orders .description {
  margin: 0;
  font-size: 75%;
}

table.product-orders input.form-number {
  min-width: 50px !important;
}