*
div.cmd {
font-weight : bold;
background-color : lightgrey;
padding : 5px 5px 5px 15px;
margin : 15px 0;
}
table.zebra {
border: 1px solid black;
}
table.zebra th {
color : white;
background-color : darkgrey;
}
table.zebra tr:nth-child(odd) {
background-color: lightgrey;
}
table.basic {
border: 1px solid black;
border-collapse: collapse;
}
table.basic th, table.basic td {
border: 1px solid black;
}
table.allcenter td, table.allcenter th{
text-align: center;
vertical-align: middle;
}
Service.MTAPostfix
table.zebra td {
width: 25%;
}