/* The rdp-ext-res-list-item class is used to display a list of external
resources like a table */
p.rdp-ext-res-list-item {
    background-color: #f9f9f9;
    padding: 4px;
    border-radius: 4px;
    margin: 0 0 4px;
}
p.rdp-ext-res-list-item:hover {
    background-color: #f5f5f5;
}