.appbox {
    background-color: #f6f6f6;
    display: block;
    margin-bottom: 25px;
    position: relative;
    overflow: auto;
    border: 1px solid #e8e8e8;
}


.appbox .left {    
    padding: 15px;
    float: left;
    width: 80%; 
    box-sizing: border-box;
}
.appbox .right {    
    background-color: #fff;
    box-sizing: border-box;
    float: right;
    height: 100%;
    padding: 25px 15px;
    width: 20%;
}

.appbox h3 {
    margin-bottom: 0;
}

.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;
    width: 75px;
}
.appbox table {
    margin-bottom: 0;
}
.appbox .price {

    font-weight: bold;
}

.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;
}
