table.widefat {
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin: 0 0 40px 0;
}

.wp-list-table {
    width: 100%;
    border-spacing: 0;
    clear: both;
    margin: 0;
}

.wp-list-table a {
    transition: none;
}

table.plugins {
    border-spacing: 0;
    width: 100%;
}

.widefat th,
th.manage-column {
    color: #32373c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    padding: 8px 10px;
}

.fixed .column-name {
    width: 15%;
}

.wp-list-table thead th.column-primary {
    width: 100%;
}

.plugins tr.active td,
.plugins tr.active th {
    background-color: #f7fcfe;
    padding: 8px 10px;
}

tr.active .plugin-title strong {
    font-weight: 600;
}

td.plugin-title strong {
    display: block;
    margin-bottom: .2em;
    font-size: 16px;
}

td.plugin-title p {
    margin: 6px 0;
}

td.column-description,
td.desc {
    vertical-align: center;
    padding: 10px 9px;
    font-size: 16px;
    line-height: 1.5;
}

.plugins .plugin-title,
.plugins .desc {
    padding: 0 0 5px;
}