@media print {
  /* line 2, app/assets/stylesheets/content/printable.css.sass */
  .b-printable {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
    border: none;
    background: #fff;
    margin-left: -100%;
  }
}
@media print {
  /* line 2, app/assets/stylesheets/print/scheduler.css.sass */
  .b-scheduler-results {
    table-layout: fixed;
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 1px;
    border-width: 1px;
    background: none;
    font-size: 18px;
    border: none;
    -webkit-print-color-adjust: exact;
  }
  /* line 14, app/assets/stylesheets/print/scheduler.css.sass */
  .b-scheduler-results th, .b-scheduler-results td {
    padding: 5px 0;
    text-align: center;
    background-color: #eee !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#eeeeee')";
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 22, app/assets/stylesheets/print/scheduler.css.sass */
  .b-scheduler-results tr:nth-child(odd) > td {
    /* background-color: #aaa !important */
    background-color: #fff !important;
  }
  /* line 27, app/assets/stylesheets/print/scheduler.css.sass */
  .b-scheduler-results tr.even td {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#e5e5e5')";
    background-color: #e5e5e5 !important;
  }
  /* line 31, app/assets/stylesheets/print/scheduler.css.sass */
  .b-scheduler-results th {
    width: 50%;
    background-color: #90D7F9 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#90D7F9', endColorstr='#90D7F9')";
  }
}
/* line 1, app/assets/stylesheets/print/style.css.sass */
table {
  border: 1px solid;
}
@media print {
  /* line 7, app/assets/stylesheets/print.css.sass */
  .printing * {
    visibility: hidden;
  }
  /* line 10, app/assets/stylesheets/print.css.sass */
  .b-printable {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
    margin-left: 0 !important;
    z-index: 10000;
  }
  /* line 20, app/assets/stylesheets/print.css.sass */
  .b-printable * {
    visibility: visible;
  }
}
