.DashboardPanelTemplate[data-file="dashboard/page-information.php"] {
    a.edit-info {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    a.edit-info + * {
        margin-top: 0px;
    }

    h3 {
        margin-top: 0px;
    }

    table {
        border: none;
    }

    table td {
        border: none;
    }
}

.DashboardPanelTemplate[data-file="dashboard/page-information.php"] .uk-card-body {
    min-height: 60px;
}