/*
Desktop - 992px + 
*/

.btn-grey-down {
	background: url(../img/sprites/sprite-link-arrows-horizontal-large.png) no-repeat scroll 95% 36% transparent;
	padding-right: 1.5%;

}

/*
* Smartphones - 320px / 480px
*/

@media only screen and (min-width: 300px) and (max-width:479px) {

	.devices-row.dotted-bottom-grey {
		background-image: none !important;
	}
	.devices-row .ee-g-blue {
		border-bottom: 1px dotted #ccc;
		width:42% !important;
	}
	.devices-row .ee-g-blue .center-text img {
		width:100%;
	}
	.btn-grey-down {
		padding-right:5%;
	}
	.left-image {border-right: 1px dotted #ccc;}

}


/*
* Blackberry PB - Portrait (iPad) - 600px / 1024px
*/

@media only screen and (min-width:480px) and (max-width:767px) {

	.devices-row.dotted-bottom-grey {
		background-image: none !important;
	}
	.devices-row .ee-g-blue {
		border-bottom:1px dotted #ccc !important;
	}
	.devices-row .ee-g-blue {
		width:46.5%;
	}
	.phone-heading {
		min-height:45px;
	}
	.btn-grey-down {
		padding-right:5%;
	}

}


/*
* Tablets (iPad) - 768px / 1024px
*/

@media only screen and (min-width:768px) and (max-width:991px) {

	.devices-row.dotted-bottom-grey {
		background-image: none !important;
	}
	.devices-row .ee-g-blue {
		border-bottom:1px dotted #ccc;
		width:226px !important;
	}
	.no-border{
		border: none !important;
	}

}