/*--------------------------------------
PLUGIN PAGE
---------------------------------------*/
.core-updates {
    padding: 0.3rem 1rem;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0;
}

.update-core-php h2, .update-php h2, h4 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 1rem 0 0;
    padding: 0.7rem 1rem;
    color: #607D8B;
    background-color: #fff;
}

table.widefat {
    border:none;
    box-shadow: none;
    margin: 2rem 0;
}

.plugins .active td,
.plugins .active th,
tr.active + tr.plugin-update-tr .plugin-update,
#contextual-help-back,
.contextual-help-tabs .active,
.contextual-help-tabs .active a,
.contextual-help-tabs .active a:hover,
.theme-overlay .parent-theme
{
    background-color: #e3f4f9
}

.alternate,
.striped>tbody>:nth-child(even),
ul.striped>:nth-child(even)
{
    background-color: #f0f0f0
}

.alternate,
.striped>tbody>:nth-child(odd),
ul.striped>:nth-child(odd)
{
    background-color: #fff
}
