@font-face {
    font-family: 'Guardian-Sans-Web-Light';
    src: url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Sans-Web-Light.eot');
    src: url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Sans-Web-Light.eot?#iefix') format('embedded-opentype'),
         url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Sans-Web-Light.woff') format('woff'),
         url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Sans-Web-Light.ttf') format('truetype'),
         url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Sans-Web-Light.svg#Guardian-Sans-Web-Light') format('svg');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Guardian-Text-Egyp-Web-Med';
    src: url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Text-Egyp-Web-Med.eot');
    src: url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Text-Egyp-Web-Med.eot?#iefix') format('embedded-opentype'),
         url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Text-Egyp-Web-Med.woff') format('woff'),
         url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Text-Egyp-Web-Med.ttf') format('truetype'),
         url('https://pasteup.guim.co.uk/fonts/ascii/Guardian-Text-Egyp-Web-Med.svg#Guardian-Text-Egyp-Web-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

body {
	margin: 0;
}

#gia-convo {
	padding: 20px;
	background-color: #f6f6f6;
}

#gia-convo p {
	font-family: 'Guardian-Sans-Web-Light',Arial,sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	color: #666;
	text-align: center;
}

#gia-button-slot{
	width: 100%;
}

#gia-button {
	width: auto;
	cursor: pointer;
}

#gia-button p {
	margin: 0 auto;

	font-family: 'Guardian-Text-Egyp-Web-Med',Georgia,serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background-color: #00578a;
	max-width: 188px;
	padding: 13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
}

#gia-image-slot{
	width:100%;
}
#gia-image{
	width: auto;
}

#gia-convo img {
	margin: 0 auto;
	display: block;
	width: 245px;
}