@media print {
  .sector-table .table {
    width: 100% !important;
  }
  .sector-table tr th {
    -webkit-print-color-adjust: exact !important;
    background-color: #5c2d91 !important;
    color: #fff !important;
    vertical-align: middle !important;
    text-align: center;
  }
  .sector-table tr th span {
    color: #fff !important;
  }
  .sector-table tr td {
    vertical-align: middle !important;
    text-align: left;
    width: 400px;
  }
  .sector-table .text-center {
    text-align: center !important;
  }

  .no-print, .no-print * {
    display: none !important;
  }

  a[href]:after {
    content: none !important;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
  }
}

/*# sourceMappingURL=print.css.map */
