
/* - ++resource++satzweiss.utlog.styles/utlog.css - */
@media all {
/* https://predictive-mind.net/portal_css/++resource++satzweiss.utlog.styles/utlog.css?original=1 */
/* */
table.utLogTable {
width:100%;
border-collapse:collapse;
}
table.utLogTable th {
text-align: left;
vertical-align: bottom;
white-space: nowrap;
color: #666666;
background-color: #DDDDDD;
border:1px solid white;
}
table.utLogTable tbody tr {
}
table.utLogTable td {
text-align: left;
vertical-align: bottom;
color: #333333;
border:1px solid white;
}
.utLogBgLight {
background-color: #F8F8F8;
}
.utLogBgDark {
background-color: #E8E8E8;
}
.utLog_succeed {
background-color: green;
}
.utLog_erfolg {
background-color: green;
}
.utLog_error {
background-color: red;
}
.utLog_warning {
background-color: yellow;
}

}

