.rfmp_table td {
    vertical-align: middle!important;
    padding: 4px 0 4px 7px!important;
    position: relative;
}

.rfmp_table td.sort {
    width: 17px;
    cursor: move;
    font-size: 15px;
    text-align: center;
    background: #f9f9f9;
    padding-right: 7px!important;
}

.rfmp_table td.sort:before {
    content: "\f333";
    font-family: Dashicons;
    text-align: center;
    line-height: 1;
    color: #999;
    display: block;
    width: 17px;
    float: left;
    height: 100%;
}

.rfmp_table td .delete {
    display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 1.2em;
}

.rfmp_table td .delete:before {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    color: #999;
}

.rfmp_table td .delete:hover:before {
    color: #a00;
}

.products li {
    float: left;
    margin: 0 1em 1em 0!important;
    padding: 0;
    vertical-align: top;
    width: 300px;
}
.products li a {
    text-decoration: none;
    color: inherit;
    border: 1px solid #ddd;
    display: block;
    min-height: 220px;
    overflow: hidden;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.1);
}
.products li a h2, .products li a h3 {
    margin: 0!important;
    padding: 20px!important;
    background: #fff;
}
.products li a p {
    padding: 20px!important;
    margin: 0!important;
    border-top: 1px solid #f1f1f1;
}