/* Install instruction styles */

body {
	font-family: 'Rubik', sans-serif;
	background: #f9f9f9;
}
	
	.installLinks {
		color: #000;
		xwidth: 75%;
		xpadding: 0 2%;
		text-align: center;
	}
	
	.installLinks .logo {
		text-align: center;
	}
	
	.installLinks img {
		margin-top: 2%;
	}
	
	.installLinks h1 {
    	text-transform: uppercase;
    	color: #000;
    	letter-spacing: 2px;
	}
	
	.installLinks h2 {
		color: #000;
	}
	.installLinks h2.model {
		padding: 3% 0;
	}
	.installLinks h2 span {
		display: block;
		font-size: 64px;
		    color: #ffd538;
	}

	.installLinks h3 {
		color: #b4a933;
		font-size: 28px;
		xborder-top: 1px solid #666;
		xpadding-top: 50px;
		margin-top: 25px;
	}
	
	.pdfLinks {
		width: 50%;
    border: 1px dotted #bfbfbf;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
	}
	
	.pdfLinks h2 {
		margin: 0px 0 20px;
	}
	
	.installLinks .pdfLinks a {
		font-size: 18px;
		color: #2196f3;
	}