#dashlinx-list li {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:4px;
    padding: 6px 8px;
    border-radius: 4px;
}
.dashlinx-delete {
    background:none;
    border:none;
    color:#c00;
    cursor:pointer;
    font-size:14px;
}
#dashlinx-list > li:nth-of-type(odd) {
    background-color: #ffffff;
}

#dashlinx-list > li:nth-of-type(even) {
    background-color: #f3f7fb;
}


#dashlinx-list li:hover {
    background-color: #e9f1f9;
}

#dashlinx-list .dashicons {
    font-size: 14px;
    margin-left: 4px;
    vertical-align: text-bottom;
}

