/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@media print {
  .table-expand th,
  .table-expand td {
    border: 1px solid #FF7F00 !important;
  }

  .table-expand-h th,
  .table-expand-h td {
    border: 1px solid #FF7F00 !important;
  }
}

.table-expand {
  border: 1px solid #FF7F00;
}
.table-expand-h {
  border: 1px solid #FF7F00;
}
.table-expand > thead > tr > th,
.table-expand > tbody > tr > th,
.table-expand > tfoot > tr > th,
.table-expand > thead > tr > td,
.table-expand > tbody > tr > td,
.table-expand > tfoot > tr > td {
  border: 1px solid #FF7F00;
  text-align: center;
}
.table-expand-h > thead > tr > th,
.table-expand-h > tbody > tr > th,
.table-expand-h > tfoot > tr > th,
.table-expand-h > thead > tr > td,
.table-expand-h > tbody > tr > td,
.table-expand-h > tfoot > tr > td {
  border: 1px solid #FF7F00;
}

.table-expand > thead > tr > th,
.table-expand > thead > tr > td {
  border-bottom-width: 2px;
}
.table-expand-h > thead > tr > th,
.table-expand-h > thead > tr > td {
  border-bottom-width: 2px;
}
