#content-header img {
    max-height: 38px;
}
#header { 
    text-align: left;
}
#header h1 {
    padding: 0;
}

.Box:first-of-type { 
  display: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e6ccff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f6edff;
}
.Title h1 {
    background-color: #8000FF;
    color: #eee;
}