.app {
    border: 1px solid #ddd;
    padding: 10px 10px 0;
    background: #FCFCFC;
    margin-bottom: 20px;
    position: relative;
}

.app h3 {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 2px 0 5px !important;
}

.app .app-note {
    border-left: 6px solid #f38989;
    padding-left: 5px;
}

.app p {
    margin-bottom: 5px;
}

.app span {
    font-size: 0.9em;
    padding-right: 5px;
    border-right: 1px solid #ccc;
}

.app span:last-child {
    border-right: none;
}

.app-list span:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px;
}

.downloads:before {
    content: "\f019";
}
.price:before {
    content: "\f155";
}
.game:before {
    content: "\f11b";
}
.app-cat:before {
    content: "\f02b";
}
.rating:before {
    content: "\f005";
    color: #4bbdec;
}
.date-gone-free:before {
    content: "\f073";
    color: green;
}
.date-till-free:before {
    content: "\f073";
    color: red;
}

@media screen and (min-width:900px) {
    .app .game {
        position: absolute;
        right: -1px;
        top: -1px;
        background: #0059B3;
        color: #FFF;
        padding: 5px;
        font-size: 1em;
    }
    .app .game:before {
        display: none;
    }
}