#productclassdiv{
    margin-top:15px;
}

#productclassbox  div.pccon{
    height:250px;!important;
}

div.pccon div.uk-card{
    height:100%;
    padding:0px;
    text-align: left;
    border-radius:10px;
    border:1px solid #b0bac3;
    overflow: hidden;
}

div.pccon_title{
    height:30px;
    color: #15529f;
    line-height:30px;
    text-align: center;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    font-size: 12px;
    border-bottom:1px solid #b0bac3;
    overflow: hidden;!important;
}




@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #productclassbox  div.pccon{
        height:127px;!important;
    }
}