/*
CSS for icons
*/
.iconAppleStore40 {
    width: 40px;
    height: 40px;
    background: url(/img/views/icons/appleStore40.png) 0 0 no-repeat;
}

.iconGooglePlayStore40 {
    width: 40px;
    height: 40px;
    background: url(/img/views/icons/googlePlayStore40.png) 0 0 no-repeat;
}

.iconSearch40 {
    width: 40px;
    height: 40px;
    background: url(/img/views/icons/search40.png) 0 0 no-repeat;
}

.iconRightArrow {
    width: 27px;
    height: 7px;
    background: url(/img/views/icons/rightArrow.png) 0 0 no-repeat;
}

.iconDownloadAndInstall40 {
    width: 40px;
    height: 40px;
    background: url(/img/views/icons/downloadAndInstall40.png) 0 0 no-repeat;
}
