.widget > div > h1 {
    background: linear-gradient(to bottom, #2291ff 0%, #005EBB 100%);
}

.widget > div > h2 {
    background: linear-gradient(to bottom, #2291ff 0%, #005EBB 100%);
}

mesh-small span.meshBackgroundIndicator,
mesh-full span.meshBackgroundIndicator {
    background-color: #55aaff;
    background: linear-gradient(to left, #c9dff4 0%, #4b92d9 100%);
    background: -ms-linear-gradient(to left, #c9dff4 0%, #4b92d9 100%);
}

div.persWidget {
    background: linear-gradient(to top, white 90%, #99cfff 100%);
}

span.ui-icon-pdf {
    background-image: url("/experts/javax.faces.resource/images/Adobe_PDF_file_icon_16x16.png.xhtml");
    background-position: 0 0;
}