.appbox {
    display: block;
    margin-bottom: 25px;
    position: relative;
    overflow: auto;
    border: 1px solid #e8e8e8;
    font-family: "Source Sans Pro",sans-serif !important;
}
.appbox .header {  
    /*
    background-color: #f6f6f6;
    color: #a5a5a5;
    */
    padding:8px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 0.9em;
    line-height: 1.4;
    overflow: auto;
     background-color: #2bb1ec;
    color: #ffffff;
} 

.appbox .header span{   
    margin-top: 2px;
} 

.appbox .header img{   
    margin-right: 12px;
    float: left;
} 

.appbox .left {    
    padding: 15px;
    float: left;
    width: 70%; 
    box-sizing: border-box;
}

.appbox .left figure{    
    line-height: 0;
}

.appbox .right {    
    background-color: #fff;
    box-sizing: border-box;
    float: right;
    height: 100%;
    padding: 25px 15px;
    width: 20%;
}

.appbox h3 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
}

.appbox h4 {
    background-color: #00aeef;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 2px 10px 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.appbox p{
    margin-bottom: 0 !important;
}

.appbox figure {
    float: left;
    margin: 0 15px 0 0 !important;
    width: 75px !important;
}

.appbox table {
    margin-bottom: 0;
}

.appbox .price {
    background-color: #62d834;
    border-radius: 30px;
    float: right;
    font-size: 14px;
    line-height: 1;
    margin-right: 15px;
    margin-top: 25px;
    padding: 8px 9px;
}

.appbox .price a {
    color: #fff !important;
    font-weight: normal !important;    
      line-height: 100%;
}

.appbox .price .content {  
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    text-align: center;
}

.appbox figure img{
    border-radius: 15px;
}
.appbox .appstore {
}

.appbox .rating {
    font-size: 2em;
    margin-top: 15px;
}
.appbox .rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
}
.appbox .rating > span:hover,
.appbox .rating > span:hover ~ span {
    color: transparent;
}

.appbox .rating .frame,
.appbox .rating .score{
    color:#e8e8e8;
    position: absolute;

}

.appbox .rating .score{
    color: gold;
    overflow: hidden;
    width: 0;
}

figcaption .appbox{
    /* 
    margin-left: -15px;
    margin-right: -15px;
    */
}

@media only screen and (max-width: 680px){
    .appbox .left {  
        width: 100%; 
    }
    .appbox .price{
        box-sizing: border-box;
        position: relative;
        display: block;
        margin: 0 auto;
        float: none;
        overflow: auto;
        width: 60%;
        margin-bottom: 15px;
    }
}