/* custom font declaration */
@font-face {
    font-family: 'DINWeb-Bold';
    src: url('http://www.irishtimes.com/assets/fonts/DINWeb-Bold.eot');
    src: url('http://www.irishtimes.com/assets/fonts/DINWeb-Bold.eot?#iefix') format('embedded-opentype'),	
         url('http://www.irishtimes.com/assets/fonts/DINWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* font-family:"DINWeb-Bold",Arial, Helvetica, sans-serif; font-weight:bold */

.pplogo {
	text-align: right;	
}

.pplogo img {
	padding: 10px;
	background: #801d27;
	border-radius: 10px;
}

.pplogo p {
	text-align: center;	
}


footer a {
	margin: 0;	
}

@media only screen and (max-width: 767px){
	.pplogo {
	text-align: left;	
}

.pplogo p {
	text-align: left;	
}
}