#pricetable td{
    padding:7px;
    border-right:1px solid #ffffff;
    border-left:1px solid #dddddd;
    max-width: 192px;
} 
.afr,.apcl{
    vertical-align: middle;
    border:1px dashed #ccc;
    padding:7px;
    background: #f5f5f5;
} 
.afr:hover,.apcl:hover{
    vertical-align: middle;
    border:1px dashed #999;
    padding:7px;
} 
.add-feature{
    background: url(table-images/addr.png) 3px center no-repeat;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -2px;
    float: left;
    width: 123px;
    display: block;
    font-weight: bold; 
    padding-left: 25px;
    text-decoration: none;
}
.add-package{
    background: url(table-images/add.png) 3px 12px no-repeat;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    padding-left: 15px;
    margin-left: -2px;
    float: left;
    width: 118px;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
}
.deletecol{
    cursor: pointer;
    width: 16px;
    height: 16px;
    float: right;
    margin:0px 3px 0px 0px !important; 
}
.featured-package{
    cursor:pointer;
    float:right;
    margin:0px 3px 0px 0px !important;
}
.featured-package-edit{
    cursor:pointer;
    float:right; 
    margin:0px 3px 0px 0px !important;
}
.rdndHandler,.deleterow,.feature-edit,.feature-desc-edit{
    cursor:pointer;
    float:left;
    position: relative;
    margin-right: 10px;
    margin-top: -2px;
}
.rdndHandler{
    cursor: move;
}
#pricetable tr:nth-child(odd){ 
    background: #F1F1F1;
}
#pricetable tr td:first-child{
    border-left: none;
}
#pricetable .dragPricingCol{
    cursor: move;
}