.ok {
background: #99FF99; color: black;
}
a.ok:visited {
background: #99FF99; color: black;
}
.nok {
background: #FF0033; color: black;
}
a.nok:visited {
background: #FF0033; color: black;
}
.alpha {
background: #FF9898; color: black;
}
.beta {
background: #FFC0FF; color: black;
}
.urgent {
background: black; color: red;
}
.act {
background: #66FF99; color: black;
}
.inact {
background: #F0F0F0; color: #808080;
}
.question {
margin-top: 40px; font-weight: bold;
} .answer {
margin-top: 10px; background: #B9B9B9; padding: 5px;
}
.term {
margin-left: 20px; background: #DCDCDC; color: black; border: 1px solid black; font-family: monospace; padding: 5px; white-space: pre;
}
th {
background: #E7E7E7; font-weight: bold;
}
#ticket table.properties td, #ticket table.properties th {
font-size: 80%; padding: .5em 1em; vertical-align: top; background: #ffd;
}
h3 {
margin-left: 30px; color: #3365f0;
}
