/*
 * *****************************************************************************
 * Pop-up Dialog
 * *****************************************************************************
 */

.dialogWidget {
    width: 96%;
    margin: 5px;
}

.dialogTable {
    width: 100%;
    margin-right: 10px;
}

.dialogWithListOfProblems li {
    margin-left: 20px;
}

.dialogDivAnchor
{
    font-size: 1.3em;
    color:#6279AA!important;
}

