
.store-home {
    font-family: "Open Sans", sans-serif;
}
.store-home h1 {
    padding-left: 15px;
    color: #333399;
    font-size: 48px;
    margin: 0px;
}
    .store-home .story {
        overflow-x: hidden;
        overflow-y: auto;
        margin: 50px auto 0 auto;
        border-bottom: solid 2px black;
        padding-bottom: 1em;
    }
    .store-home .story.featured {
        border: 3px solid #44005b;
        background-color: #DCDCDC;
        border-radius: 15px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .store-home .story h2 {
        font-size: 24.5px;
        color: #333399;
    }
    .store-home .story .image-holder {
        padding: 10px;
        text-align: center;
    }
    .store-home .story p {
        padding-right: 10px;
        font-weight:600;
    }
    .store-home .story .purple-bar {
        background-color: #44005b;
        padding: 15px 0;
        margin-top:10px;
    }
.developer-only, .row-fluid .developer-only {
    display: none;
}
    .learn-more {
        background-image: url('/init/static/images/buttons/learn-more.png');
        background-position: 0;
        float: right;
        margin: 60px 20px 0 0;
        width: 139px;
        height: 54px;
    }
.round-image {
    border: 5px solid #333399;
    width: 80%;
}
a.button {
    display: block;
    border: 2px outset buttonface;
}
    a.button:active {
        border-style: inset;
        background-position: 0px 0px;
    }
