.page-related-links {
    position: absolute;
    display: inline-block;
    float: left;
    line-height: 50px;
    margin: 0 0 0 -1px;
    padding: 0 5px 0 5px;
}

    .page-related-links a {
        color: white;
        border: 2px solid;
        padding: 6px;
        border-radius: 10px;
        margin: 2px 4px;
    }

        .page-related-links a:hover, .page-related-links a.selected-report {
            text-decoration: none;
            color: #08c;
            font-weight: 600;
        }

.widget-summary.widget-summary-sm .summary-footer {
    display: block;
    font-size: 10px;
}



div.dataTables_wrapper div.dataTables_processing {
    top: 110px !important;
}

