Motorheads - Local CSS

Local CSS

 *
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;
}
 Service.MTAPostfix

table.zebra td {
  width: 25%;
}