@media print {

.navbar {
	display: block;
	border: 0;
}

nav,
.navbar .top_menu,
.navbar-default .navbar-brand,
.navbar-default .navbar-toggle,
.breadcrumb,
/*#block-addtoanybuttons,*/
aside,
#cues_footer
{
  visibility: hidden;
  display: none;
}

.col-sm-9 {
  left: 0px;
  width: 100%;
}

-@-moz-document url-prefix() {
}

* {
	color: #000;    
	background-color: #fff;
	@include box-shadow(none);
	@include text-shadow(none);
}

    /*
    a:after {
        content: "( "attr(href)" )";
    }
    */

    a.javascript_print {
    	display: none;
    }
    
    a.logo:after,
    a.javascript_print:after {
       content: "";
    }


body {
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
}


strong, h1, h2, h3, h4, h5, h6 {
  font-family: arial, sans-serif;
  font-weight: bold;
}


h1 {
  font-size: 1.2em;
  line-height: 1.5
}

h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.5
}

p {
	padding: 10px 0;
}


} /* End Print  */


/*
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

*/
