@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);


*{
	box-sizing:border-box;
	}
body{
	width: auto;
	max-width:800px;
	margin:auto;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 22px;
	padding:40px;
	}
strong{
	text-transform:uppercase;
	}	
ul, ol{
	padding-left: 20px;
	}
	
h1{
	font-family: 'Oswald', sans-serif;
	color: #C00;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 35px;
	font-weight: normal;
	color:#000;
}
	

td:first-child img{
	width:100%;
	height:auto;
	}

.download,
.enquiry{
	text-decoration: none;
	background-color: #C00;
	transition: all 0.2s ease;
	color: #FFF;
	padding: 7px 15px;
	display:inline-block;
	margin-top: 10px;
	text-align: center;
	box-shadow:0px 0px 3px #333;
	font-size:13px;
	
	border-radius:5px;
	min-width:130px;
}

.download{float:left;}
.enquiry{float:right;}

.download:after{
	content:'View PDF';
	} 
.enquiry:after{
	content:'Send Enquiry';
	} 
	
.enquiry:hover,
.download:hover{
	background-color:rgba(53, 160, 234, 0.8);
}




@media only screen and (max-width: 520px) {
	table, tr, td{
		display:block;
		width:100% !important;
		}
}
