/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 6, ../sass/print.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  text-align: center;
  background-color: white;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-top: 0; }

/* line 17, ../sass/print.scss */
td {
  padding: 8px;
  vertical-align: middle; }

/* line 19, ../sass/print.scss */
td.sorting_1 {
  padding: 6px; }

/* line 20, ../sass/print.scss */
td.sorting_1 tr.odd td {
  vertical-align: middle;
  white-space: nowrap;
  background-color: white;
  border-bottom: 1px solid #DCDCDC; }

/* line 22, ../sass/print.scss */
td.sorting_1 tr.even td {
  vertical-align: middle;
  white-space: nowrap;
  background-color: white;
  border-bottom: 1px solid #DCDCDC; }
