table td p { margin: 0; }
table td h2 { margin: 0; }
table td h3 { margin: 0; }

table
    tr:nth-child(odd) td {background-color: #F5F5F5;
}

th, td {
  text-align: left;
  padding: 15px;
}

.personabar-visible .space-on-admin {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
}

.bright-text h1,
.bright-text h2,
.bright-text h3,
.bright-text h4,
.bright-text h5,
.bright-text p,
.bright-text li,
.bright-text td,
.bright-text th,
.bright-text a {
    color: #fff !important;
}




