.RadNotification_skillupUI {
    border-color: #d9d9d9;
    color: #5f5f5f;
    background-color: #ffffff;
}

    .RadNotification_skillupUI .rnTitleBar {
        border-color: #e3e3e3;
        color: #5f5f5f;
        background-color: #e3e3e3;
        background-image: linear-gradient(white, #e3e3e3);
    }

    .RadNotification_skillupUI .rnCommands a:hover {
        color: #e30074;
    }

    .RadNotification_skillupUI.rnShadows {
        box-shadow: 2px 2px 3px rgba(217, 217, 217, 0.5);
    }