@charset "utf-8";
/* CSS Document */

.app-downloads a{
	display: inline-block;
	margin-bottom: 15px;
} 

.app-img {
	transition: transform 0.25s;
	max-height: 65px;
	width: auto;
}

a:first-child{
	margin-right: 15px;
	}

a:hover .app-img{
	transform: scale(0.99);
	opacity: 0.9;
}