body{

font-family:sans-serif;
line-height:1.7;

}

.ptp-header{

display:flex;
margin-bottom:20px;

}

.ptp-header img{

width:200px;

}

h2{

border-bottom:2px solid #000;
margin-top:25px;
padding-bottom:5px;

}

.ptp-buttons{

margin:20px 0;

}

.ptp-buttons button{

padding:10px 20px;
margin-right:10px;
background:#333;
color:#fff;
border:none;
cursor:pointer;

}

.ptp-buttons button:hover{

background:#555;

}

@media print{

.ptp-buttons{
display:none;
}

}