#storeapp_graphic {
    background: url(/images/shared/store-app-phone.png) top left;
    width: 200px;
    height: 401px;
    position: relative;
    margin-left: 40px;
}

#storeapp_graphic .storeapp_screen {
    position: absolute;
    top: 45px;
    left: 12px;
    width: 176px;
    height: 311px;
}

#storeapp_graphic img {
     width: 160px;
     margin: 60px auto 0;
     display:block;
}

main.store_app .logo_graphic {
    width: 200px;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
}

main.store_app .logo_graphic img {
    width: 160px;
}

main.store_app .disclaimer {
    text-align: center;
    margin-top: 30px;
}

main.store_app .store_links {
    text-align: center;
    margin-top: 30px;
}

main.store_app .store_links img {
    width: 150px;
    max-width: 45%;
    height:auto;
    margin: 5px 20px;
}

main.store_app {
    margin-left: 30px;
    margin-right: 30px;
}