
#platform-events {
  width: 100%;
}

tr:nth-child(even) {
  background-color: #fAfAfA;
}

table, td, tr, th {
  border: 1px solid #555555;
}

.header {
  font-weight: bold;
  background: #F0F0F0;
}

tr.success {
  background: #ddFFdd;
}

tr.error {
  background: #FFdddd;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td.label{
    min-width: 200px;
    font-weight: bold;
}
