.dashboards-panel-widget {
    box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    border: none;
}

.panel-footer {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

td {
    color: rgba(89, 89, 89, 1);
}

a {
    color: white;
    font-weight: 400;
}

td a {
    color: rgba(62, 147, 204, 1);
}

a:hover {
    color: white;
    font-weight: 600;
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}

.dashboards-panel-widget > .panel-body {
    font-size: 90%;
    max-height: 308px;
    overflow-y: auto;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 5px;
}

.dashboards-panel-widget > .panel-body table {
    margin-bottom: 5px;
}

.dashboards-panel-widget-icon {
    font-size: 200%;
}
