.Warn {
color: #da0;
}
.Error {
color: #c00;
}
.Undef {
color: #777;
}
.spinner {
padding-left: 20px;
}
#Services {
position: relative;
width: 60em;
min-height: 17em;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}
table#ServiceTbl {
border-collapse: collapse;
}
table#ServiceTbl tr {
height: 4em;
}
table#ServiceTbl tr:nth-child(even) {
background-color: #eee;
}
/*
table#ServiceTbl tr td {
border-bottom: 1px solid black;
}
table#ServiceTbl tr:last-child td {
border-bottom: none;
}
*/
td {
margin-left: 10px;
margin-right: 10px;
}
table#ServiceTbl td {
width: 28em;
}
table#ServiceTbl td td {
width: 32em;
}
.service {
margin-left: 10px;
margin-right: 10px;
}
.servicename {
font-weight: bold;
}
.servicedesc {
font-size: 75%;
}
.status {
margin-left: 10px;
margin-right: 10px;
}
.substatus {
font-size: 75%;
}
.semisuccess {
color: orange;
}
.failure {
color: red;
}
#back {
text-align: center;
}
