﻿.ui-widget-overlay {
    background-color: rgba(112, 112, 112, 0.7);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;


}

.splash-dialog h3 {
  text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 150%;
    color: red;
    font-weight: bold;
    font-style: italic;

}


 