#navbar {
    background-color: #008B8B;
}

.nowrap {
  white-space: nowrap;
}

#searchTable {
    table-layout: fixed;
    width: 100%;
    word-break: break-word;
}

.checkboxCol {
    width: 75px;
    text-align: center;
    white-space: nowrap;
}

.wordBreakAll {
  word-break: break-all;
}

p.headerText {
  margin: 0;
  line-height: 1em;
  text-align: right;
}

table {
  font-size: 12px;
}

input.submitButton {
  margin-bottom: 5px;
  margin-top: 5px;
}
