@charset "utf-8";

@page {
  size: 5.5in 8.5in;
  margin: 0.5cm;
}

/* Hide everything unneeded */

 nav, .findit-row, .gold-buttons, .btn, .right-column, #ft-wrapper, .social-media-icons, .navbar, .derecha, #searchBox, .more_info, .jumbotron, .btn-print-r {
	 display: none !important;
}
 body {
	 font: 12pt Arial, sans-serif;
	 line-height: 1.3;
	 color: #000;
}
 h1 {
	 font-size: 23pt 
}
 h2 {
	 font-size: 18pt;
	 margin-top: 25px 
}
 
/* Remove border around images */
 img {
	 border: 0 
}

/* Links */

p a:after {
content: " (" attr(href) ")";
font-size: 80%;
}

p a[href^="https://"]:after, a[href^="https://"]:after {
content: " (" attr(href) ")";
}

p a {
word-wrap: break-word;
}

 p a {
	 color: #000 
}

/* Tables */


table {
    page-break-inside: auto;
    border:solid #000 !important;
    border-width:1px 0 0 1px !important;
    width:100%;
}

tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-footer-group;
}


th, td {
    border:solid #000 !important;
    border-width:0 1px 1px 0 !important;
	padding: .2cm
}





 