.materialDetails{
    left: -290px!important;
    top: 80px!important;
}

.blank-labels-wrap{
    background-color: white;
    padding-top: 71px;
    padding-bottom: 35px;
    position: relative;
}

.blank-labels-wrap div.stars{
    color: #0096ff;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 25px 0;
    min-height: 25px;
}

.blank-labels-wrap div.stars img{
    margin-right: 10px;
}

#FormBlank_action_cart.disabled{
    background-color: #808080;
    color: white;
}

.blank-review-count {
    cursor: pointer;
}


@media (max-width: 991px) {
    .blank-labels-wrap{
        padding-top: 25px;
    }
}