.overview {
    background-color: #FFF;
    padding: 0px;
    overflow-x: auto;
    text-align: center;
}
.detail {
    margin: 0px 0px;
    white-space: normal;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14pt;
    position: relative;
    text-align: left;
    
}
.detail .shadow img {
    max-height: 750px;
    max-width: 100%;
}
.detail .shadow {
    text-align: center;
}
.gray {
    background-color: #c0c0c0;
}
.appstore {
    margin-bottom: 20px;
}