@charset "utf-8";
/* CSS Document */

/* Hides the Page Title and Source URL */

#printfriendly #pf-src{
    display:none;
}

#pf-content .smallImage {
    display:none !important;
}

/* -----  Examples ------ */


/* This will align images to the left */

#printfriendly img{
    float:left;
    margin-top: 12px;
    margin-right: 12px;
	max-height: 171px;
}

/* Changes font family and size */

#printfriendly {
    font-family: Arial;
    font-size: 14px;
}

/* Changes header color */

#printfriendly h1, #printfriendly h2, #printfriendly h3, #printfriendly h4 {
    color: #000;
}

#pf-body #pf-title {
    margin-bottom: .5rem;
    border-bottom: 1px #8e8e8e !important;
    margin-top: 0;
}

/*#printfriendly img {
    float: left;
    margin-top: 0px !important;
    margin-right: 12px;
}*/

#pf-footer{
	font-size:0.8000em;
	text-align:center;
}

#copyright{
	font-size:0.8000em;
	text-align:center;
}

.ortala {
  text-align:center;
}

#printfriendly .pdf-body th, #printfriendly .pdf-body tr, #printfriendly .pdf-body td, #printfriendly .pdf-body li, #printfriendly .pdf-body a, #printfriendly .pdf-body h2, #printfriendly .pdf-body div {
page-break-inside: avoid;
}

/* Reduce Margin in PDF */

#printfriendly .pdf-border{
padding:0!important;
}


@media only screen and (max-width: 768px){
div.printfriendly.pf-alignleft {
    margin-left: -30%;
    position: relative;
    z-index: 1000;
    margin-top: .3em;
	}
}

@page  
{ 
    /* this affects the margin in the printer settings */ 
    margin: 25mm 25mm 25mm 25mm;  
}

/*@media print {
  footer {
	font-size: .8em;
	line-height: 10px;
    position: fixed;
   bottom: -15;
	z-index: 9999;
	margin: auto;
  }
}*/

footer {
	margin-bottom: 5px;
	bottom: -10;
}




/*div.footer {
	position: fixed;    bottom: 0;
} 
@page {
	@bottom-center {content: element(footer)}
}
*/

/*div.header {position: running(header)}
div.footer {position: running(footer)} 
@page{
         @top-center {content: element(header)}
         @bottom-center {content: element(footer)}
     }*/


/*#pf-print-area:after{
   content:"<br />Bu belge www.tof.gov.tr tarafından üretilmiştir. Resmi evrak yerine geçmez! <br /> © <?php echo date("Y"); ?> Türkiye Okçuluk Federasyonu";
   position: absolute;
   bottom: 0;
  }*/