.pmptable {
    font-family: Verdana, sans-serif;
    font-size: 5px;
    line-height: 1.1;
}

.greyout {
    opacity: 0.2; /* Real browsers */
    filter: alpha(opacity = 20); /* MSIE */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.red {
    opacity: 1; /* Real browsers */
    filter: alpha(opacity = 100); /* MSIE */
    color: red;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.green {
    opacity: 1; /* Real browsers */
    filter: alpha(opacity = 100); /* MSIE */
    color: green;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.quiztable {
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

.tiny {
    font-family: Verdana, sans-serif;
    font-size: 8px;
}
.col0 {
    width:1.5%;
}
.col1 {
    width:3%;
}

.col2 {
    width:19.5%;
}

.col3 {
    width:19%;
}

.col4 {
    width:19%;
}

.col5 {
    width:19%;
}

.col6 {
    width:19%;
}

.firstrow {
    position: fixed;
    z-index: 1;
    border: 0px;
}

td {
    vertical-align: top;
}

th {
    vertical-align: top;
}

.left {
    margin-right:auto;
    margin-left:0;
}
.large {
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

.large .processname {
    font-family: Verdana, sans-serif;
    font-size: 18px;
}

.knowledgeareaenum {
    horiz-align: right;
    font-size: 13px;
    background-color: grey;
    color: white;
}
.knowledgearea {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    background-color: grey;
    color: white;
}

.processgroup {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    background-color: grey;
    color: white;
}

.processtable {
    width: 100%;
}

.processname {
    horiz-align: center;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

.processdescription {
}

.processes {
}

.process {
    margin: 2px;
}

.wjconfirm.jconfirm-white .jconfirm-box {
    max-width: 80%;
}

.jconfirm-scrollpane {
    max-width: 700px;
    margin-left: 100px;
    margin-top: 100px;
}