.appstore {
    left: 245px;
    margin-bottom: 1em;
    overflow: hidden;
    position: absolute;
    top: 80px;
    z-index: 10;	
}

.googleplay {
    left: 245px;
    margin-bottom: 1em;
    overflow: hidden;
    position: absolute;
    top: 30px;
    z-index: 10;	
}

div#spinner {
    display: none;
    width:135px;
    height: 135px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
}  